SubscriptionState 枚举

Enumerates options for the status of a subscription.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Enumeration SubscriptionState
用法
Dim instance As SubscriptionState
public enum SubscriptionState
public enum class SubscriptionState
type SubscriptionState
public enum SubscriptionState

成员

成员名称 说明
Inactive The subscription is inactive.
Subscribed The subscription exists, but the initial snapshot has not yet been applied.
Active The subscription is active.

注释

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