Partager via


Propriété IDTSExecuteProcess.TerminateProcessAfterTimeOut

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 a value that indicates whether the process is forced to end after the time-out period specified by the TimeOut property.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly :  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Syntaxe

'Déclaration
Property TerminateProcessAfterTimeOut As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSExecuteProcess 
Dim value As Boolean 

value = instance.TerminateProcessAfterTimeOut

instance.TerminateProcessAfterTimeOut = value
bool TerminateProcessAfterTimeOut { get; set; }
property bool TerminateProcessAfterTimeOut {
    bool get ();
    void set (bool value);
}
abstract TerminateProcessAfterTimeOut : bool with get, set
function get TerminateProcessAfterTimeOut () : boolean 
function set TerminateProcessAfterTimeOut (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the process is forced to end after the time-out period specified by the TimeOut property; false if the process can continue to run regardless of the time-out period.

Voir aussi

Référence

IDTSExecuteProcess Interface

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