Compartir a través de


MergeSynchronizationAgent.SubscriberEncryptedPassword Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the subscriber encrypted password.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.String
The subscriber encrypted password.

Implementa

IMergeSynchronizationAgent.SubscriberEncryptedPassword

Vea también

Referencia

MergeSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication