Propriété IMergeSynchronizationAgent.SubscriberEncryptedPassword
Gets or sets the subscriber encrypted password.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Property SubscriberEncryptedPassword As String
Get
Set
'Utilisation
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.SubscriberEncryptedPassword
instance.SubscriberEncryptedPassword = value
string SubscriberEncryptedPassword { get; set; }
property String^ SubscriberEncryptedPassword {
String^ get ();
void set (String^ value);
}
abstract SubscriberEncryptedPassword : string with get, set
function get SubscriberEncryptedPassword () : String
function set SubscriberEncryptedPassword (value : String)
Valeur de propriété
Type : System.String
A String value that represents the subscriber encrypted password.