IDTSExternalMetadataColumnCollection100.RemoveObjectByIndex(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void RemoveObjectByIndex(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(16)]
public void RemoveObjectByIndex (object Index);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member RemoveObjectByIndex : obj -> unit
Public Sub RemoveObjectByIndex (Index As Object)
參數
- Index
- Object
- 屬性
備註
這個方法會移除 IDTSExternalMetadataColumn100 位於指定索引位置的資料行。 如果超出 Index 集合的範圍, DTS_E_INVALIDINDEX 就會發生例外狀況。