NSActivationState 枚举

The NSActivationState enumeration contains constant values that specify the activation state of Notification Services.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

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

成员

成员名称 说明
EnablePending The component was in the Disabled state prior to being enables. This state indicates that the change has not yet been completed by the Notification Services engine. If the Notification Services engine is running on the server specified in the application definition, the state should change to Enabled with 30 seconds.
Enabled The component is configured to run.
DisablePending The component was in the Enabled state prior to being enabled. This state indicates that the change has not yet been completed by Notification Services engine. If the Notification Services engine is running on the server specified in the application definition, the state should change to Disabled within 30 seconds.
Disabled The component is not configured to run. When you first create an instance of Notification Services, all components are disabled.

注释

Thread Safety

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。