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

プロパティ値

使用される暗号化パスワードです。

実装

適用対象