Compartir a través de


NotificationStatus.DeliveryTimestampDefined Property

Gets a value that indicates if a delivery timestamp has been defined for this object.

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
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

Valor de propiedad

true if a delivery timestamp has been defined; otherwise false.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

NotificationStatus Class
NotificationStatus Members
Microsoft.SqlServer.NotificationServices Namespace