Compartir a través de


MergeSynchronizationAgent.SecurePublisherEncryptedPassword 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 publisher encrypted password.

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

Sintaxis

'Declaración
Public Property SecurePublisherEncryptedPassword As SecureString 
    Get 
    Set
'Uso
Dim instance As MergeSynchronizationAgent 
Dim value As SecureString 

value = instance.SecurePublisherEncryptedPassword

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

Valor de la propiedad

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

Vea también

Referencia

MergeSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication