Propriété MergeSynchronizationAgent.SubscriberEncryptedPassword

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

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

Syntaxe

'Déclaration
Public Overridable Property SubscriberEncryptedPassword As String 
    Get 
    Set
'Utilisation
Dim instance As MergeSynchronizationAgent 
Dim value As String 

value = instance.SubscriberEncryptedPassword

instance.SubscriberEncryptedPassword = value
public virtual string SubscriberEncryptedPassword { get; set; }
public:
virtual property String^ SubscriberEncryptedPassword {
    String^ get ();
    void set (String^ value);
}
abstract SubscriberEncryptedPassword : string with get, set 
override SubscriberEncryptedPassword : string with get, set
function get SubscriberEncryptedPassword () : String 
function set SubscriberEncryptedPassword (value : String)

Valeur de propriété

Type : System.String
The subscriber encrypted password.

Implémente

IMergeSynchronizationAgent.SubscriberEncryptedPassword

Voir aussi

Référence

MergeSynchronizationAgent Classe

Espace de noms Microsoft.SqlServer.Replication