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 오류가 발생합니다.

적용 대상