Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the Publisher status.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Status As State
Get
'Utilisation
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
Valeur de propriété
Type : 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.
Notes
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.