DistributionPublisher.Status Propiedad
Gets the Publisher status.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Status As State
Get
'Uso
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
Valor de la propiedad
Tipo: 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.
Comentarios
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.