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


Свойство IMergeSynchronizationAgent.PublisherEncryptedPassword

Gets or sets the publisher encrypted password.

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

Синтаксис

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

value = instance.PublisherEncryptedPassword

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

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

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

См. также

Справочник

IMergeSynchronizationAgent Интерфейс

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