Propriedade do RDL IDTSExecuteProcess.TimeOut
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.ExecProcTask.dll)
Sintaxe
'Declaração
Property TimeOut As Integer
Get
Set
'Uso
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)
Valor da propriedade
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.