NSInstance.IsRunning Property

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

命名空间: Microsoft.SqlServer.NotificationServices
程序集: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

语法

声明
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

属性值

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

备注

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 宿主 Notification Services 引擎.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

NSInstance Class
NSInstance Members
Microsoft.SqlServer.NotificationServices Namespace