次の方法で共有


ModelComponentCollection.Insert メソッド (IModelComponent, String, Int32)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

IModelComponentModelComponentCollection に挿入します。

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

構文

'宣言
Protected Sub Insert ( _
    item As IModelComponent, _
    key As String, _
    index As Integer _
)
'使用
Dim item As IModelComponent 
Dim key As String 
Dim index As Integer 

Me.Insert(item, key, index)
protected void Insert(
    IModelComponent item,
    string key,
    int index
)
protected:
void Insert(
    IModelComponent^ item, 
    String^ key, 
    int index
)
member Insert : 
        item:IModelComponent * 
        key:string * 
        index:int -> unit
protected function Insert(
    item : IModelComponent, 
    key : String, 
    index : int
)

パラメーター

  • index
    型: System.Int32
    item を挿入する位置を示す、0 から始まるインデックスです。

関連項目

参照

ModelComponentCollection クラス

Insert オーバーロード

Microsoft.AnalysisServices 名前空間