NotificationStatus.DeliveryTimestampDefined Property
Gets a value that indicates if a delivery timestamp has been defined for this object.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
Public ReadOnly Property DeliveryTimestampDefined As Boolean
public bool DeliveryTimestampDefined { get; }
public:
property bool DeliveryTimestampDefined {
bool get ();
}
/** @property */
public boolean get_DeliveryTimestampDefined ()
public function get DeliveryTimestampDefined () : boolean
Значение свойства
true if a delivery timestamp has been defined; otherwise false.
Синхронизация потоков
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