ModelComponentCollection.Insert 메서드 (Int32, ModelComponent)

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

Inserts an ModelComponent in the 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
    The zero-based index at which item should be inserted.

참고 항목

참조

ModelComponentCollection 클래스

Insert 오버로드

Microsoft.AnalysisServices 네임스페이스