Condividi tramite


Proprietà ITransSynchronizationAgent.SubscriberEncryptedPassword

Gets or sets the encrypted password associated with the subscriber.

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

Sintassi

'Dichiarazione
Property SubscriberEncryptedPassword As String 
    Get 
    Set
'Utilizzo
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.SubscriberEncryptedPassword

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

Valore proprietà

Tipo: System.String
The encrypted password associated with the subscriber.

Vedere anche

Riferimento

ITransSynchronizationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication