Condividi tramite


Proprietà MergeSynchronizationAgent.SubscriberEncryptedPassword

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the subscriber encrypted password.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public Overridable Property SubscriberEncryptedPassword As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The subscriber encrypted password.

Implementa

IMergeSynchronizationAgent.SubscriberEncryptedPassword

Vedere anche

Riferimento

MergeSynchronizationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication