Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.