IDTSExecuteProcess.TimeOut 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 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
屬性值
整數,表示工作允許進程執行的秒數。 0 的值表示不使用逾時值,而處理序會執行到完成或直到發生錯誤為止。