Condividi tramite


Proprietà MergeSynchronizationAgent.SecurePublisherEncryptedPassword

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

Gets or sets the secure publisher encrypted password.

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

Sintassi

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

value = instance.SecurePublisherEncryptedPassword

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

Valore proprietà

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

Vedere anche

Riferimento

MergeSynchronizationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication