다음을 통해 공유


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

속성 값

제한 시간이 초과될 때까지 태스크를 실행할 수 있는 최대 시간(초)입니다.

적용 대상