The PublisherRPCLogin property determines the login name used by the immediate-updating Subscriber trigger RPC when connecting to the Publisher.
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. |
This property is relevant only to immediate-updating subscriptions.
String
Read/write
HRESULT get_PublisherRPCLogin(BSTR *pVal);
HRESULT put_PublisherRPCLogin(BSTR newVal);