Replication Programming
PublisherRPCLogin Property
The PublisherRPCLogin property determines the login name used by the immediate-updating Subscriber trigger RPC when connecting to the Publisher.
Applies To
Syntax
object.PublisherRPCLogin [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Login to be 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_PublisherRPCLogin(BSTR *pVal);
HRESULT put_PublisherRPCLogin(BSTR newVal);