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


Свойство MergeSynchronizationAgent.SecureDistributorEncryptedPassword

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

Gets or sets the secure distributor encrypted password.

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

Синтаксис

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

value = instance.SecureDistributorEncryptedPassword

instance.SecureDistributorEncryptedPassword = value
public SecureString SecureDistributorEncryptedPassword { get; set; }
public:
property SecureString^ SecureDistributorEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
member SecureDistributorEncryptedPassword : SecureString with get, set
function get SecureDistributorEncryptedPassword () : SecureString 
function set SecureDistributorEncryptedPassword (value : SecureString)

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

Тип: System.Security.SecureString
The secure distributor encrypted password.

См. также

Справочник

MergeSynchronizationAgent Класс

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