ModelComponentCollection.Insert 메서드 (IModelComponent, String, Int32)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Inserts an IModelComponent in the ModelComponentCollection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Protected Sub Insert ( _
    item As IModelComponent, _
    key As String, _
    index As Integer _
)
‘사용 방법
Dim item As IModelComponent 
Dim key As String 
Dim index As Integer 

Me.Insert(item, key, index)
protected void Insert(
    IModelComponent item,
    string key,
    int index
)
protected:
void Insert(
    IModelComponent^ item, 
    String^ key, 
    int index
)
member Insert : 
        item:IModelComponent * 
        key:string * 
        index:int -> unit
protected function Insert(
    item : IModelComponent, 
    key : String, 
    index : int
)

매개 변수

  • index
    유형: System.Int32
    The zero-based index at which item should be inserted.

참고 항목

참조

ModelComponentCollection 클래스

Insert 오버로드

Microsoft.AnalysisServices 네임스페이스