Compartir a través de


TransSynchronizationAgent.SecureDistributorEncryptedPassword 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 encrypted password for the distributor.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Security.SecureString
The secure encrypted password for the distributor.

Vea también

Referencia

TransSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication