Condividi tramite


NotificationStatus.Succeeded Property

Indicates whether the notification has been delivered successfully.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Succeeded As Boolean
public bool Succeeded { get; }
public:
property bool Succeeded {
    bool get ();
}
/** @property */
public boolean get_Succeeded ()
public function get Succeeded () : boolean

Valore proprietà

A Boolean value that indicates whether the notification was successfully delivered.

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