Condividi tramite


SubscriberLogin Property (Replication ActiveX)

The SubscriberLogin property specifies the login name used connecting to the Subscriber.

Sintassi

object.SubscriberLogin [= value]
Part Description

object

Expression that evaluates to an object in the Applies To list.

value

Subscriber login name.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

Osservazioni

This is a required property if SubscriberSecurityMode Property is set to DB_AUTHENTICATION.

This property is ignored if SubscriberSecurityMode Property is set to NT_AUTHENTICATION.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberLogin(BSTR *pVal);
HRESULT put_SubscriberLogin(BSTR newVal);

Vedere anche

Riferimento

SubscriberPassword Property (Replication ActiveX)

Guida in linea e informazioni

Assistenza su SQL Server 2005