DistributionPublisher.ThirdParty 속성

Gets or sets a value that indicates whether the Publisher is a non-SQL Server Publisher.

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

구문

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

value = instance.ThirdParty

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

속성 값

유형: System.Boolean
true if the Publisher is a non-SQL Server Publisher; otherwise, false.

주의

The ThirdParty property cannot be changed for an existing Publisher.

The ThirdParty property can only be retrieved by members of the sysadmin fixed server role at the Distributor.

The ThirdParty property can only be set by members of the sysadmin fixed server role at the Distributor.

Retrieving the ThirdParty property is equivalent to executing sp_helpdistpublisher.

Setting the ThirdParty property is equivalent to executing sp_adddistpublisher.

참고 항목

참조

DistributionPublisher 클래스

Microsoft.SqlServer.Replication 네임스페이스