Partager via


Propriété IDTSExecuteSQL.TimeOut

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly :  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Syntaxe

'Déclaration
Property TimeOut As UInteger 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExecuteSQL Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask