DistributionPublisher.Status 속성

Gets the Publisher status.

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

구문

‘선언
Public ReadOnly Property Status As State 
    Get
‘사용 방법
Dim instance As DistributionPublisher 
Dim value As State 

value = instance.Status
public State Status { get; }
public:
property State Status {
    State get ();
}
member Status : State
function get Status () : State

속성 값

유형: Microsoft.SqlServer.Replication.State
The status of the publisher. Active means that the Publisher is using the Distributor. Inactive means that the Publisher is not using the Distributor.

주의

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

Retrieving the Status property is equivalent to executing sp_helpdistpublisher.

참고 항목

참조

DistributionPublisher 클래스

Microsoft.SqlServer.Replication 네임스페이스