TransSynchronizationAgent.DistributorEncryptedPassword Property

Definition

Gets or sets the encrypted password that is used when connecting to the distributor by using SQL Server Authentication.

public:
 virtual property System::String ^ DistributorEncryptedPassword { System::String ^ get(); void set(System::String ^ value); };
public virtual string DistributorEncryptedPassword { get; set; }
member this.DistributorEncryptedPassword : string with get, set
Public Overridable Property DistributorEncryptedPassword As String

Property Value

The encrypted password used.

Implements

Applies to