Share via


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

プロパティ値

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

適用対象