Énumération NSActivationState
The NSActivationState enumeration contains constant values that specify the activation state of Notification Services.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration NSActivationState
'Utilisation
Dim instance As NSActivationState
public enum NSActivationState
public enum class NSActivationState
type NSActivationState
public enum NSActivationState
Membres
Nom de membre | Description | |
---|---|---|
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. |
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.