Свойство ITransSynchronizationAgent.DistributorLogin
Gets or sets the login name that is used when connecting to the Distributor by using SQL Server Authentication.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Property DistributorLogin As String
Get
Set
'Применение
Dim instance As ITransSynchronizationAgent
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)
Значение свойства
Тип: System.String
The login name.