Compartir a través de


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

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

Sintaxis

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

Valor de la propiedad

Tipo: System.String
The publisher encrypted password.

Implementa

IMergeSynchronizationAgent.PublisherEncryptedPassword

Vea también

Referencia

MergeSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication