Share via


IDTSExecuteProcess.TimeOut Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the number of seconds that the task allows the process to run.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

Syntax

'Declaration
Property TimeOut As Integer 
    Get 
    Set
'Usage
Dim instance As IDTSExecuteProcess 
Dim value As Integer 

value = instance.TimeOut

instance.TimeOut = value
int TimeOut { get; set; }
property int TimeOut {
    int get ();
    void set (int value);
}
abstract TimeOut : int with get, set
function get TimeOut () : int 
function set TimeOut (value : int)

Property Value

Type: System.Int32
An Integer that indicates the number of seconds that the task allows the process to run. A value of 0 indicates that no time-out value is used, and the process runs to completion or until an error occurs.

See Also

Reference

IDTSExecuteProcess Interface

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess Namespace