Insert メソッド (Int32, ModelComponent)
このメンバーは ModelComponentCollection. . :: . .Insert(Int32, ModelComponent) をオーバーライドします。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Friend Overrides Sub Insert ( _
index As Integer, _
item As ModelComponent _
)
'使用
Dim index As Integer
Dim item As ModelComponent
Me.Insert(index, item)
protected internal override void Insert(
int index,
ModelComponent item
)
protected public:
virtual void Insert(
int index,
ModelComponent^ item
) override
abstract Insert :
index:int *
item:ModelComponent -> unit
override Insert :
index:int *
item:ModelComponent -> unit
override function Insert(
index : int,
item : ModelComponent
)