Share via


NSInstance.IsRunning Property

Gets the current state of the NSInstance for an instance of Notification Services.

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsRunning As Boolean
public bool IsRunning { get; }
public:
virtual property bool IsRunning {
    bool get () sealed;
}
/** @property */
public final boolean get_IsRunning ()
public final function get IsRunning () : boolean

Valeur de propriété

true if the instance of Notification Services is running; otherwise, false.

Notes

This method returns the state of the NSInstance object. This is useful for determining if the NSInstance object was able to own and start the instance. You also can use the NSInstance.ErrorEventHandler delegate to handle errors.

For more information about hosting the engine, see Hébergement du moteur de Notification Services.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

NSInstance Class
NSInstance Members
Microsoft.SqlServer.NotificationServices Namespace