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.