IList.RemoveAt 方法
命名空间: 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