Compartilhar via


Propriedade do RDL MergeSynchronizationAgent.PublisherEncryptedPassword

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the publisher encrypted password.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
The publisher encrypted password.

Implementa

IMergeSynchronizationAgent.PublisherEncryptedPassword

Consulte também

Referência

MergeSynchronizationAgent Classe

Namespace Microsoft.SqlServer.Replication