IDTSExecuteSQL.TimeOut 属性

定义

获取或设置任务最长经过多少秒数后才超时。

public:
 property System::UInt32 TimeOut { System::UInt32 get(); void set(System::UInt32 value); };
public uint TimeOut { get; set; }
member this.TimeOut : uint32 with get, set
Public Property TimeOut As UInteger

属性值

任务超时之前可运行的最大秒数。

适用于