Insert 메서드 (Int32, ModelComponent)
이 멤버는 ModelComponentCollection. . :: . .Insert(Int32, ModelComponent)을(를) 재정의합니다.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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
)