Поделиться через


NotificationStatus.DeliveryTimestamp Property

Gets the date and time, in Universal Time Coordinate (UTC) format, that the notification was delivered.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
Public ReadOnly Property DeliveryTimestamp As DateTime
public DateTime DeliveryTimestamp { get; }
public:
property DateTime DeliveryTimestamp {
    DateTime get ();
}
/** @property */
public DateTime get_DeliveryTimestamp ()
public function get DeliveryTimestamp () : DateTime

Значение свойства

A DateTime object specifying the delivery timestamp for the notification.

Синхронизация потоков

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