Freigeben über


IDTSExecuteProcess.TimeOut-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: 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.

Siehe auch

Verweis

IDTSExecuteProcess Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteProcess-Namespace