Partager via


Propriété SecureDistributorEncryptedPassword

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Property SecureDistributorEncryptedPassword As SecureString
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Security. . :: . .SecureString