TransSynchronizationAgent.DistributorEncryptedPassword プロパティ

定義

SQL Server認証を用いて、ディストリビューターに接続する際に使われる暗号化パスワードを取得したり設定したりします。

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

プロパティ値

暗号化されたパスワードが使われています。

実装

適用対象