SubscriptionState Enumeration
Enumerates options for the status of a subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Declaration
Public Enumeration SubscriptionState
public enum SubscriptionState
public enum class SubscriptionState
public enum SubscriptionState
public enum SubscriptionState
Members
Member name | Description |
---|---|
Active | The subscription is active. |
Inactive | The subscription is inactive. |
Subscribed | The subscription exists, but the initial snapshot has not yet been applied. |
Hinweise
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Microsoft.SqlServer.Replication Namespace
Subscription.Status Property