Share via


NSActivationState Enumeration

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

네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

구문

‘선언
Public Enumeration NSActivationState As Byte
public enum NSActivationState : byte
public enum class NSActivationState : unsigned char
public enum NSActivationState
public enum NSActivationState

Members

Member name Description
Disabled The component is not configured to run. When you first create an instance of Notification Services, all components are disabled.
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.
Enabled The component is configured to run.
EnablePending The component was in the Disabled 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 Enabled within 30 seconds.

주의

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

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Management.Smo Namespace