Freigeben über


SecurePublisherEncryptedPassword-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
Public Property SecurePublisherEncryptedPassword As SecureString
    Get
    Set
'Usage
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)

Eigenschaftenwert

Typ: System.Security. . :: . .SecureString