TransSynchronizationAgent.SubscriberEncryptedPassword Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the encrypted password for the subscriber.

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

Syntax

'Declaration
Public Overridable Property SubscriberEncryptedPassword As String 
    Get 
    Set
'Usage
Dim instance As TransSynchronizationAgent 
Dim value As String 

value = instance.SubscriberEncryptedPassword

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

Property Value

Type: System.String
The encrypted password for the subscriber.

Implements

ITransSynchronizationAgent.SubscriberEncryptedPassword

See Also

Reference

TransSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace