Поделиться через


Метод MeasureGroupCollection.Insert (Int32)

Creates and inserts a MeasureGroup into the collection at the specified index.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Insert ( _
    index As Integer _
) As MeasureGroup
'Применение
Dim instance As MeasureGroupCollection 
Dim index As Integer 
Dim returnValue As MeasureGroup 

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

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.MeasureGroup
A new, empty MeasureGroup.

Исключения

Исключение Условие
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

См. также

Справочник

MeasureGroupCollection Класс

Перегрузка Insert

Пространство имен Microsoft.AnalysisServices