NotificationStatus.Succeeded Property
Indicates whether the notification has been delivered successfully.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
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
Значение свойства
A Boolean value that indicates whether the notification was successfully delivered.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
NotificationStatus Class
NotificationStatus Members
Microsoft.SqlServer.NotificationServices Namespace