Bagikan melalui


IDTSExecuteSQL.TimeOut Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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