Propriété MergeSynchronizationAgent.SecurePublisherEncryptedPassword
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the secure publisher encrypted password.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Public Property SecurePublisherEncryptedPassword As SecureString
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Security.SecureString
The secure publisher encrypted password.