Propriété MergeSynchronizationAgent.SecureDistributorEncryptedPassword

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

Gets or sets the secure distributor encrypted password.

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 MergeSynchronizationAgent 
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
The secure distributor encrypted password.

Voir aussi

Référence

MergeSynchronizationAgent Classe

Espace de noms Microsoft.SqlServer.Replication