Поделиться через


Свойство IMergeSynchronizationAgent.SubscriberEncryptedPassword

Gets or sets the subscriber encrypted password.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Property SubscriberEncryptedPassword As String 
    Get 
    Set
'Применение
Dim instance As IMergeSynchronizationAgent 
Dim value As String 

value = instance.SubscriberEncryptedPassword

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

Значение свойства

Тип: System.String
A String value that represents the subscriber encrypted password.

См. также

Справочник

IMergeSynchronizationAgent Интерфейс

Пространство имен Microsoft.SqlServer.Replication