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.