Compartir a través de


NotificationHeaders.NotificationState Property

Gets a NotificationState object that contains notification information.

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

Sintaxis

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

Valor de propiedad

A NotificationState object that contains notification information.

Notas

The NotificationState object is passed to the delivery protocol for the purpose of being passed back again as part of the notification delivery status information in a NotificationState object. This information is not used within the delivery protocol.

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

NotificationHeaders Class
NotificationHeaders Members
Microsoft.SqlServer.NotificationServices Namespace