ITransSynchronizationAgent.SubscriberPassword 屬性
Gets or sets the password that is used when connecting to the Subscriber by using SQL Server Authentication.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
Property SubscriberPassword As String
Get
Set
'用途
Dim instance As ITransSynchronizationAgent
Dim value As String
value = instance.SubscriberPassword
instance.SubscriberPassword = value
string SubscriberPassword { get; set; }
property String^ SubscriberPassword {
String^ get ();
void set (String^ value);
}
abstract SubscriberPassword : string with get, set
function get SubscriberPassword () : String
function set SubscriberPassword (value : String)
屬性值
型別:System.String
The password that is used when connecting to the Subscriber by using SQL Server Authentication.