Compartir a través de


MergeSynchronizationAgent.SecureSubscriberEncryptedPassword Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the secure subscriber encrypted password.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Property SecureSubscriberEncryptedPassword As SecureString 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Security.SecureString
The secure subscriber encrypted password.

Vea también

Referencia

MergeSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication