Compartilhar via


Propriedade do RDL MergeSynchronizationAgent.SecureDistributorEncryptedPassword

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 secure distributor encrypted password.

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

Sintaxe

'Declaração
Public Property SecureDistributorEncryptedPassword As SecureString 
    Get 
    Set
'Uso
Dim instance As MergeSynchronizationAgent 
Dim value As SecureString 

value = instance.SecureDistributorEncryptedPassword

instance.SecureDistributorEncryptedPassword = value
public SecureString SecureDistributorEncryptedPassword { get; set; }
public:
property SecureString^ SecureDistributorEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
member SecureDistributorEncryptedPassword : SecureString with get, set
function get SecureDistributorEncryptedPassword () : SecureString 
function set SecureDistributorEncryptedPassword (value : SecureString)

Valor da propriedade

Tipo: System.Security.SecureString
The secure distributor encrypted password.

Consulte também

Referência

MergeSynchronizationAgent Classe

Namespace Microsoft.SqlServer.Replication