Condividi tramite


Proprietà MergeSynchronizationAgent.SecureDistributorEncryptedPassword

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the secure distributor encrypted password.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public Property SecureDistributorEncryptedPassword As SecureString 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

MergeSynchronizationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication