Compartir a través de


IDTSExecuteSQL.TimeOut Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the maximum number of seconds the task can run before timing out.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado:  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Sintaxis

'Declaración
Property TimeOut As UInteger 
    Get 
    Set
'Uso
Dim instance As IDTSExecuteSQL 
Dim value As UInteger 

value = instance.TimeOut

instance.TimeOut = value
uint TimeOut { get; set; }
property unsigned int TimeOut {
    unsigned int get ();
    void set (unsigned int value);
}
abstract TimeOut : uint32 with get, set
function get TimeOut () : uint 
function set TimeOut (value : uint)

Valor de la propiedad

Tipo: System.UInt32
The maximum number of seconds the task can run before timing out.

Vea también

Referencia

IDTSExecuteSQL Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask