Replication Programming
PublisherRPCPassword Property
The PublisherRPCPassword property determines the password used by the immediate-updating Subscriber trigger RPC when connecting to the Publisher.
Applies To
Syntax
object.PublisherRPCPasswrod [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Password string used when connecting to the Publisher. |
Remarks
This property is relevant only to immediate-updating subscriptions.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_PublisherRPCPassword(BSTR *pVal);
HRESULT put_PublisherRPCPassword(BSTR newVal);