The SubscriberLogin property specifies the login name used connecting to the Subscriber.
object.SubscriberLogin [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | Subscriber login name. |
This is a required property if SubscriberSecurityMode is set to DB_AUTHENTICATION.
String
Read/write
HRESULT get_SubscriberLogin(BSTR *pVal);
HRESULT put_SubscriberLogin(BSTR newVal);