共用方式為


ModelComponentCollection.IList.RemoveAt 方法

Removes the item at the specified index.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'用途
Dim instance As ModelComponentCollection 
Dim index As Integer 

CType(instance, IList).RemoveAt(index)
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
private abstract RemoveAt : 
        index:int -> unit  
private override RemoveAt : 
        index:int -> unit
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

  • index
    型別:System.Int32
    The zero-based index of the item to remove.

實作

IList.RemoveAt(Int32)

請參閱

參考

ModelComponentCollection 類別

Microsoft.AnalysisServices 命名空間