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


Свойство MergeSynchronizationAgent.SecureSubscriberEncryptedPassword

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

Gets or sets the secure subscriber encrypted password.

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

Синтаксис

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

value = instance.SecureSubscriberEncryptedPassword

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

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

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

См. также

Справочник

MergeSynchronizationAgent Класс

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