Compartir a través de


ITransSynchronizationAgent.SubscriberEncryptedPassword Propiedad

Gets or sets the encrypted password associated with the subscriber.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property SubscriberEncryptedPassword As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ITransSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication