Compartir a través de


SecurePublisherEncryptedPassword Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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