Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.UInt32
The maximum number of seconds the task can run before timing out.