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


Свойство MergeSynchronizationAgent.PublisherEncryptedPassword

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the publisher encrypted password.

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

Синтаксис

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

value = instance.PublisherEncryptedPassword

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

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

Тип: System.String
The publisher encrypted password.

Реализует

IMergeSynchronizationAgent.PublisherEncryptedPassword

См. также

Справочник

MergeSynchronizationAgent Класс

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