Freigeben über


MergeSynchronizationAgent.PublisherEncryptedPassword-Eigenschaft

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

Gets or sets the publisher encrypted password.

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

Syntax

'Declaration
Public Overridable Property PublisherEncryptedPassword As String 
    Get 
    Set
'Usage
Dim instance As MergeSynchronizationAgent 
Dim value As String 

value = instance.PublisherEncryptedPassword

instance.PublisherEncryptedPassword = value
public virtual string PublisherEncryptedPassword { get; set; }
public:
virtual property String^ PublisherEncryptedPassword {
    String^ get ();
    void set (String^ value);
}
abstract PublisherEncryptedPassword : string with get, set 
override PublisherEncryptedPassword : string with get, set
function get PublisherEncryptedPassword () : String 
function set PublisherEncryptedPassword (value : String)

Eigenschaftswert

Typ: System.String
The publisher encrypted password.

Implementiert

IMergeSynchronizationAgent.PublisherEncryptedPassword

Siehe auch

Verweis

MergeSynchronizationAgent Klasse

Microsoft.SqlServer.Replication-Namespace