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 命名空间