AdomdPropertyCollection.IList.Insert メソッド

要素を AdomdPropertyCollection 内の指定されたインデックスに挿入します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'使用
Dim instance As AdomdPropertyCollection 
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
    値を挿入する位置を示す、0 から始まるインデックスです。
  • value
    型: System.Object
    挿入するオブジェクトです。

実装

IList.Insert(Int32, Object)

関連項目

参照

AdomdPropertyCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間