Partager via


NotificationStatus Class

Provides notification delivery status information to the distributor.

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
Public Class NotificationStatus
public class NotificationStatus
public ref class NotificationStatus
public class NotificationStatus
public class NotificationStatus

Notes

The NotificationStatus class is used by the delivery protocol component to pass notification delivery status information back to the distributor. Each NotificationStatus object encapsulates status information for one notification.

Delivery protocols can report the status of several notifications at once by passing an array of NotificationStatus objects to the NotificationStatusCallback delegate.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.NotificationStatus

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

NotificationStatus Members
Microsoft.SqlServer.NotificationServices Namespace