IDTSPathCollection100.RemoveAll 方法

定義

刪除集合中的每一個 IDTSPath100 物件。

public:
 void RemoveAll();
[System.Runtime.InteropServices.DispId(18)]
public void RemoveAll ();
[<System.Runtime.InteropServices.DispId(18)>]
abstract member RemoveAll : unit -> unit
Public Sub RemoveAll ()
屬性

備註

清除集合並不會刪除和 IDTSOutput100 IDTSInput100 屬性所表示的和 StartPoint 物件 EndPoint ; 相反地,它會中斷元件之間的資料流程。

元件來源 IDTSInput100 :透過方法刪除路徑時,會通知物件 OnInputPathDetached 。 這可讓元件移除 IDTSInputColumn100 集合中的物件,因為它們不再代表上游元件的資料行。

適用於