次の方法で共有


ModelComponentCollection.Insert メソッド

定義

オーバーロード

Insert(IModelComponent, String, Int32)

IModelComponent を ModelComponentCollection に挿入します。

Insert(IModelComponent, String, Int32, Boolean)

IModelComponent を ModelComponentCollection に挿入します。

Insert(Int32, ModelComponent)

ModelComponent を ModelComponentCollection に挿入します。

Insert(IModelComponent, String, Int32)

IModelComponent を ModelComponentCollection に挿入します。

protected void Insert (Microsoft.AnalysisServices.IModelComponent item, string key, int index);
member this.Insert : Microsoft.AnalysisServices.IModelComponent * string * int -> unit
Protected Sub Insert (item As IModelComponent, key As String, index As Integer)

パラメーター

item
IModelComponent

挿入する項目。

key
String

キー。

index
Int32

項目を挿入する位置の、0 から始まるインデックス。

適用対象

Insert(IModelComponent, String, Int32, Boolean)

IModelComponent を ModelComponentCollection に挿入します。

protected void Insert (Microsoft.AnalysisServices.IModelComponent item, string key, int index, bool updateDependents);
member this.Insert : Microsoft.AnalysisServices.IModelComponent * string * int * bool -> unit
Protected Sub Insert (item As IModelComponent, key As String, index As Integer, updateDependents As Boolean)

パラメーター

item
IModelComponent

挿入する項目。

key
String

キー。

index
Int32

項目を挿入する位置の、0 から始まるインデックス。

updateDependents
Boolean

依存オブジェクトを更新するかどうかを示します。

適用対象

Insert(Int32, ModelComponent)

ModelComponent を ModelComponentCollection に挿入します。

protected internal virtual void Insert (int index, Microsoft.AnalysisServices.ModelComponent item);
abstract member Insert : int * Microsoft.AnalysisServices.ModelComponent -> unit
override this.Insert : int * Microsoft.AnalysisServices.ModelComponent -> unit
Protected Friend Overridable Sub Insert (index As Integer, item As ModelComponent)

パラメーター

index
Int32

項目を挿入する位置の、0 から始まるインデックス。

item
ModelComponent

挿入する項目。

適用対象