다음을 통해 공유


NSApplication Class

Represents a Notification Services application.

네임스페이스: Microsoft.SqlServer.NotificationServices
어셈블리: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("41CF3F52-C347-332A-B338-3ACDFABCE341")> _
Public Class NSApplication
    Inherits NSDBState
    Implements INSApplication
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("41CF3F52-C347-332A-B338-3ACDFABCE341")] 
public class NSApplication : NSDBState, INSApplication
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[GuidAttribute(L"41CF3F52-C347-332A-B338-3ACDFABCE341")] 
public ref class NSApplication : public NSDBState, INSApplication
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("41CF3F52-C347-332A-B338-3ACDFABCE341") */ 
public class NSApplication extends NSDBState implements INSApplication
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("41CF3F52-C347-332A-B338-3ACDFABCE341") 
public class NSApplication extends NSDBState implements INSApplication

주의

An NSApplication represents a specific Notification Services application. Many Notification Services classes require a reference to an NSApplication.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.NotificationServices.NSDBState
    Microsoft.SqlServer.NotificationServices.NSApplication

스레드 보안

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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

NSApplication Members
Microsoft.SqlServer.NotificationServices Namespace