Partager via


Propriété SnapshotGenerationAgent.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.

Sets the encrypted password used when connecting to the Publisher using SQL Server Authentication.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Property SecurePublisherEncryptedPassword As SecureString 
    Get 
    Set
'Utilisation
Dim instance As SnapshotGenerationAgent 
Dim value As SecureString 

value = instance.SecurePublisherEncryptedPassword

instance.SecurePublisherEncryptedPassword = value
[ComVisibleAttribute(false)]
public SecureString SecurePublisherEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property SecureString^ SecurePublisherEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
[<ComVisibleAttribute(false)>]
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString 
function set SecurePublisherEncryptedPassword (value : SecureString)

Valeur de propriété

Type : System.Security.SecureString
The encrypted password used when connecting to the Publisher using SQL Server Authentication.

Voir aussi

Référence

SnapshotGenerationAgent Classe

Espace de noms Microsoft.SqlServer.Replication