DistributionPublisher.TrustedDistributorConnection 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets a value that indicates whether the distributor connection is trusted.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property TrustedDistributorConnection As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As DistributionPublisher 
Dim value As Boolean 

value = instance.TrustedDistributorConnection

instance.TrustedDistributorConnection = value
public bool TrustedDistributorConnection { get; set; }
public:
property bool TrustedDistributorConnection {
    bool get ();
    void set (bool value);
}
member TrustedDistributorConnection : bool with get, set
function get TrustedDistributorConnection () : boolean 
function set TrustedDistributorConnection (value : boolean)

속성 값

유형: System.Boolean
true if the distributor connection is trusted; otherwise, false.

주의

The TrustedDistributorConnection property has been deprecated. Setting it to anything but false results in an error.

참고 항목

참조

DistributionPublisher 클래스

Microsoft.SqlServer.Replication 네임스페이스