次の方法で共有


MajorObjectCollection.Insert メソッド (Int32, ModelComponent)

ModelComponentMajorObjectCollection 内の指定したインデックスに挿入します。

名前空間:  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
)

パラメーター

  • index
    型: System.Int32
    item の挿入先である、0 から始まるインデックスです。

説明

item が IMajorObject を実装しない場合、エラーが発生します。

関連項目

参照

MajorObjectCollection クラス

Insert オーバーロード

Microsoft.AnalysisServices 名前空間