共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Replication 命名空間

Status