IDTSExecuteProcess.TimeOut 屬性

定義

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

         取得或設定工作允許處理序執行的秒數。
public:
 property int TimeOut { int get(); void set(int value); };
public int TimeOut { get; set; }
member this.TimeOut : int with get, set
Public Property TimeOut As Integer

屬性值

Int32

整數,表示工作允許進程執行的秒數。 0 的值表示不使用逾時值,而處理序會執行到完成或直到發生錯誤為止。

適用於