Partager via


Propriété TransSynchronizationAgent.SecureSubscriberEncryptedPassword

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 encrypted password for the subscriber.

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

Syntaxe

'Déclaration
Public Property SecureSubscriberEncryptedPassword As SecureString 
    Get 
    Set
'Utilisation
Dim instance As TransSynchronizationAgent 
Dim value As SecureString 

value = instance.SecureSubscriberEncryptedPassword

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

Valeur de propriété

Type : System.Security.SecureString
The secure encrypted password for the subscriber.

Voir aussi

Référence

TransSynchronizationAgent Classe

Espace de noms Microsoft.SqlServer.Replication