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.