Condividi tramite


Proprietà MergeSynchronizationAgent.SecureSubscriberEncryptedPassword

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

Gets or sets the secure subscriber encrypted password.

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

Sintassi

'Dichiarazione
Public Property SecureSubscriberEncryptedPassword As SecureString 
    Get 
    Set
'Utilizzo
Dim instance As MergeSynchronizationAgent 
Dim value As SecureString 

value = instance.SecureSubscriberEncryptedPassword

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

Valore proprietà

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

Vedere anche

Riferimento

MergeSynchronizationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication