Compartir a través de


NotificationClassEnumeration.Item Property (Int32)

Gets a reference to a notification class using the notification class identifier.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    notificationClassId As Integer _
) As NotificationClass
public NotificationClass this [
    int notificationClassId
] { get; }
public:
property NotificationClass^ default [int] {
    NotificationClass^ get (int notificationClassId);
}
/** @property */
public NotificationClass get_Item (int notificationClassId)

Parámetros

  • notificationClassId
    The ID of the notification class that you want returned.

Valor de propiedad

The specified NotificationClass.

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

NotificationClassEnumeration Class
NotificationClassEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace