Compartir a través de


NSApplication.NSInstance Property

Gets the NSInstance associated with this NSApplication.

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
Public ReadOnly Property NSInstance As NSInstance
public NSInstance NSInstance { get; }
public:
property NSInstance^ NSInstance {
    NSInstance^ get ();
}
/** @property */
public NSInstance get_NSInstance ()
public function get NSInstance () : NSInstance

Valor de propiedad

An NSInstance object that represents the instance of Notification Services that hosts the application.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

NSApplication Class
NSApplication Members
Microsoft.SqlServer.NotificationServices Namespace