Поделиться через


Свойство IDTSExecuteProcess.TimeOut

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the number of seconds that the task allows the process to run.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Сборка:  Microsoft.SqlServer.ExecProcTask (в Microsoft.SqlServer.ExecProcTask.dll)

Синтаксис

'Декларация
Property TimeOut As Integer 
    Get 
    Set
'Применение
Dim instance As IDTSExecuteProcess 
Dim value As Integer 

value = instance.TimeOut

instance.TimeOut = value
int TimeOut { get; set; }
property int TimeOut {
    int get ();
    void set (int value);
}
abstract TimeOut : int with get, set
function get TimeOut () : int 
function set TimeOut (value : int)

Значение свойства

Тип: System.Int32
An Integer that indicates the number of seconds that the task allows the process to run. A value of 0 indicates that no time-out value is used, and the process runs to completion or until an error occurs.

См. также

Справочник

IDTSExecuteProcess Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteProcess