Proprietà IDTSExecuteProcess.TimeOut

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly:  Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)

Sintassi

'Dichiarazione
Property TimeOut As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IDTSExecuteProcess Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess