Свойство IMergeSynchronizationAgent.SubscriberPassword
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 IMergeSynchronizationAgent
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
A String value that represents the subscriber password.