Condividi tramite


NotificationStatus.StatusInfo Property

Gets the detailed delivery status information about the notification.

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

Sintassi

'Dichiarazione
Public ReadOnly Property StatusInfo As String
public string StatusInfo { get; }
public:
property String^ StatusInfo {
    String^ get ();
}
/** @property */
public String get_StatusInfo ()
public function get StatusInfo () : String

Valore proprietà

A String containing any additional notification status information. This value is null if a null statusInfo value is provided to the constructor.

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