Compartir a través de


IDTSExecuteProcess.TerminateProcessAfterTimeOut Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value that indicates whether the process is forced to end after the time-out period specified by the TimeOut property.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado:  Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)

Sintaxis

'Declaración
Property TerminateProcessAfterTimeOut As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: 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.

Vea también

Referencia

IDTSExecuteProcess Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteProcess