AggregationDesignCollection.Insert 메서드 (Int32)

Creates and inserts an AggregationDesign into the collection at the specified index.

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

구문

‘선언
Public Function Insert ( _
    index As Integer _
) As AggregationDesign
‘사용 방법
Dim instance As AggregationDesignCollection 
Dim index As Integer 
Dim returnValue As AggregationDesign 

returnValue = instance.Insert(index)
public AggregationDesign Insert(
    int index
)
public:
AggregationDesign^ Insert(
    int index
)
member Insert : 
        index:int -> AggregationDesign
public function Insert(
    index : int
) : AggregationDesign

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AggregationDesign
A new, empty AggregationDesign.

예외

예외 조건
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

참고 항목

참조

AggregationDesignCollection 클래스

Insert 오버로드

Microsoft.AnalysisServices 네임스페이스