ActionTimeout Element for EventRule (ADF)

Specifies an interval during which the Transact-SQL statements specified in the subscription event Action element must complete successfully.

语法

<SubscriptionClasses>
    <SubscriptionClass>
        ...
        <EventRules>
            <EventRule>
                ...
                <ActionTimeout>

Element Characteristics

Characteristic Description

Data type

duration.

Default value

30 minutes (PT30M).

Occurrence

Optional once per EventRule element.

Updates

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

EventRule Element (ADF)

Child elements

None.

备注

If an action does not complete in the time specified by ActionTimeout, the action is canceled and an error is recorded in the event log.

The format of the XML duration data type is PnYnMnDTnHnMnS. For more information about XML data types, see Primitive XML Data Types in the Microsoft MSDN Library.

示例

This example shows an ActionTimeout element with a value of thirty seconds.

<ActionTimeout>PT30S</ActionTimeout>

请参阅

参考

Application Definition File Reference

其他资源

定义事件规则
更新实例和应用程序

帮助和信息

获取 SQL Server 2005 帮助