CommandCollection.IList.Insert メソッド
アイテムをコレクション内の指定したインデックスに挿入します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
'使用
Dim instance As CommandCollection
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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
value を挿入する位置を示す、0 から始まるインデックスです。
- value
型: System.Object
コレクションに挿入するオブジェクトです。