TransSynchronizationAgent.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 中)

语法

声明
Public Overridable Property DistributorLogin As String 
    Get 
    Set
用法
Dim instance As TransSynchronizationAgent 
Dim value As String 

value = instance.DistributorLogin

instance.DistributorLogin = value
public virtual string DistributorLogin { get; set; }
public:
virtual property String^ DistributorLogin {
    String^ get ();
    void set (String^ value);
}
abstract DistributorLogin : string with get, set 
override DistributorLogin : string with get, set
function get DistributorLogin () : String 
function set DistributorLogin (value : String)

属性值

类型:System.String
The login name.

实现

ITransSynchronizationAgent.DistributorLogin

注释

请尽可能使用 Windows 身份验证。

This property required if the DistributorSecurityMode property is set to Standard.

For a push subscription, the Distribution Agent always connects to the Distributor locally by using Windows Integrated Authentication, and this property is ignored.

请参阅

参考

TransSynchronizationAgent 类

Microsoft.SqlServer.Replication 命名空间