Freigeben über


IDTSExecuteSQL.TimeOut-Eigenschaft

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

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Property TimeOut As UInteger 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSExecuteSQL Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace