Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.