Freigeben über


TransSynchronizationAgent.SecureDistributorEncryptedPassword-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the secure encrypted password for the distributor.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Property SecureDistributorEncryptedPassword As SecureString 
    Get 
    Set
'Usage
Dim instance As TransSynchronizationAgent 
Dim value As SecureString 

value = instance.SecureDistributorEncryptedPassword

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

Eigenschaftswert

Typ: System.Security.SecureString
The secure encrypted password for the distributor.

Siehe auch

Verweis

TransSynchronizationAgent Klasse

Microsoft.SqlServer.Replication-Namespace