Énumération SubscriptionState

Enumerates options for the status of a subscription.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Enumeration SubscriptionState
'Utilisation
Dim instance As SubscriptionState
public enum SubscriptionState
public enum class SubscriptionState
type SubscriptionState
public enum SubscriptionState

Membres

Nom de membre Description
Inactive The subscription is inactive.
Subscribed The subscription exists, but the initial snapshot has not yet been applied.
Active The subscription is active.

Notes

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.