DistributionPublisher.TrustedDistributorConnection プロパティ

定義

ディストリビュータ接続が信頼されているかどうかを示す値を取得または設定します。

public:
 property bool TrustedDistributorConnection { bool get(); void set(bool value); };
public bool TrustedDistributorConnection { get; set; }
member this.TrustedDistributorConnection : bool with get, set
Public Property TrustedDistributorConnection As Boolean

プロパティ値

true ディストリビューター接続が信頼されている場合;それ以外は false

注釈

TrustedDistributorConnection プロパティは非推奨になりました。 false以外の設定にするとエラーが出ます。

適用対象