Propriété MergeSynchronizationAgent.PublisherEncryptedPassword

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

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

Syntaxe

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

value = instance.PublisherEncryptedPassword

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

Valeur de propriété

Type : System.String
The publisher encrypted password.

Implémente

IMergeSynchronizationAgent.PublisherEncryptedPassword

Voir aussi

Référence

MergeSynchronizationAgent Classe

Espace de noms Microsoft.SqlServer.Replication