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

プロパティ値

タスクがタイムアウトするまでの最大実行秒数。

適用対象