共用方式為


IList.Insert 方法

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

語法

'宣告
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'用途
Dim instance As ModelComponentCollection
Dim index As Integer
Dim value As Object

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

參數

實作

IList. . :: . .Insert(Int32, Object)