Share via


IDTSExecuteProcess.TimeOut Property

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

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