Свойство IDTSExecuteProcess.TerminateProcessAfterTimeOut
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the process is forced to end after the time-out period specified by the TimeOut property.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Сборка: Microsoft.SqlServer.ExecProcTask (в Microsoft.SqlServer.ExecProcTask.dll)
Синтаксис
'Декларация
Property TerminateProcessAfterTimeOut As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: 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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteProcess