ModelComponentCollection.Insert メソッド (Int32, ModelComponent)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ModelComponent を ModelComponentCollection に挿入します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Friend Overridable Sub Insert ( _
index As Integer, _
item As ModelComponent _
)
'使用
Dim index As Integer
Dim item As ModelComponent
Me.Insert(index, item)
protected internal virtual void Insert(
int index,
ModelComponent item
)
protected public:
virtual void Insert(
int index,
ModelComponent^ item
)
abstract Insert :
index:int *
item:ModelComponent -> unit
override Insert :
index:int *
item:ModelComponent -> unit
function Insert(
index : int,
item : ModelComponent
)
パラメーター
- index
型: System.Int32
item を挿入する位置を示す、0 から始まるインデックスです。
- item
型: Microsoft.AnalysisServices.ModelComponent
挿入するアイテム。