IDTSExecuteSQL.TimeOut Property

Definition

Gets or sets the maximum number of seconds the task can run before timing out.

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

Property Value

The maximum number of seconds the task can run before timing out.

Applies to