Propriedade do RDL TimeOut
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
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
Consulte também