Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the NotificationStatus class with a NotificationState object, a delivery success value, status information, and the formatted notification data. The timestamp is undefined.
Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntax
'Declaration
Public Sub New ( _
notificationState As NotificationState, _
succeeded As Boolean, _
statusInfo As String, _
notificationText As String _
)
public NotificationStatus (
NotificationState notificationState,
bool succeeded,
string statusInfo,
string notificationText
)
public:
NotificationStatus (
NotificationState^ notificationState,
bool succeeded,
String^ statusInfo,
String^ notificationText
)
public NotificationStatus (
NotificationState notificationState,
boolean succeeded,
String statusInfo,
String notificationText
)
public function NotificationStatus (
notificationState : NotificationState,
succeeded : boolean,
statusInfo : String,
notificationText : String
)
Parameter
- notificationState
A NotificationState object that contains notification information needed by the distributor to correctly interpret the delivery status information. The NotificationState object is passed to the delivery protocol in the DeliverNotification method as part of the NotificationHeaders object. The notificationState cannot be null.
- succeeded
A Boolean value that indicates whether the notification was successfully delivered. Can be null if not required.
- statusInfo
A String containing any additional notification status information. Can be null or a zero-length string if the delivery protocol has no additional status information to provide.
- notificationText
A String containing the formatted notification data that the delivery protocol tried to deliver. Can be null or a zero-length string if the value is not required.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
NotificationStatus Class
NotificationStatus Members
Microsoft.SqlServer.NotificationServices Namespace