Proprietà TransSynchronizationAgent.SecureSubscriberEncryptedPassword
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the secure encrypted password for the subscriber.
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 TransSynchronizationAgent
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 encrypted password for the subscriber.