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