Condividi tramite


NotificationStatus.NotificationState Property

Gets a NotificationState object that contains notification information that must be passed back to the distributor.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

A NotificationState object that contains notification information that must be passed back to the distributor.

Osservazioni

The NotificationState is passed to the delivery protocol in the DeliverNotification method as part of the NotificationHeaders object. NotificationState is passed to the delivery protocol for the purpose of being passed back again as part of the notification delivery status information in a NotificationStatus object. The information contained in NotificationState is not used within the delivery protocol; the object must just be copied from NotificationHeaders to the NotificationStatus.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

NotificationStatus Class
NotificationStatus Members
Microsoft.SqlServer.NotificationServices Namespace