ReplicationServer.IsDistributor 속성

Gets whether the currently connected instance of SQL Server is a Distributor or not.

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

구문

‘선언
Public ReadOnly Property IsDistributor As Boolean 
    Get
‘사용 방법
Dim instance As ReplicationServer 
Dim value As Boolean 

value = instance.IsDistributor
public bool IsDistributor { get; }
public:
property bool IsDistributor {
    bool get ();
}
member IsDistributor : bool
function get IsDistributor () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the currently connected instance of SQL Server is a Distributor or not.If true, the instance of SQL Server is a Distributor.If false, the instance of SQL Server is not a Distributor.

주의

The IsDistributor property can be retrieved by members of the public fixed database role.

The IsDistributor property is equivalent to the sp_get_distributor(Transact-SQL) stored procedure.

참고 항목

참조

ReplicationServer 클래스

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

방법: 게시자 및 배포자 속성 보기 및 수정(RMO 프로그래밍)