Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the login name that is used when connecting to the Subscriber by using SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property SubscriberLogin As String
Get
Set
'Usage
Dim instance As ITransSynchronizationAgent
Dim value As String
value = instance.SubscriberLogin
instance.SubscriberLogin = value
string SubscriberLogin { get; set; }
property String^ SubscriberLogin {
String^ get ();
void set (String^ value);
}
abstract SubscriberLogin : string with get, set
function get SubscriberLogin () : String
function set SubscriberLogin (value : String)
Property Value
Type: System.String
The login name that is used when connecting to the Subscriber by using SQL Server Authentication.