Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the login name that is used when connecting to the Distributor using SQL Server Authentication.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Property DistributorLogin As String
Get
Set
'Utilisation
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.DistributorLogin
instance.DistributorLogin = value
string DistributorLogin { get; set; }
property String^ DistributorLogin {
String^ get ();
void set (String^ value);
}
abstract DistributorLogin : string with get, set
function get DistributorLogin () : String
function set DistributorLogin (value : String)
Valeur de propriété
Type : System.String
A String value that is the login name.