다음을 통해 공유


AggregationInstanceAttributeCollection.Insert 메서드 (Int32, AggregationInstanceAttribute)

Inserts a specified AggregationInstanceAttribute into the collection at the location specified by index.

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

구문

‘선언
Public Sub Insert ( _
    index As Integer, _
    item As AggregationInstanceAttribute _
)
‘사용 방법
Dim instance As AggregationInstanceAttributeCollection 
Dim index As Integer 
Dim item As AggregationInstanceAttribute

instance.Insert(index, item)
public void Insert(
    int index,
    AggregationInstanceAttribute item
)
public:
void Insert(
    int index, 
    AggregationInstanceAttribute^ item
)
member Insert : 
        index:int * 
        item:AggregationInstanceAttribute -> unit
public function Insert(
    index : int, 
    item : AggregationInstanceAttribute
)

매개 변수

참고 항목

참조

AggregationInstanceAttributeCollection 클래스

Insert 오버로드

Microsoft.AnalysisServices 네임스페이스