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


Метод AggregationInstanceMeasureCollection.Insert (Int32, AggregationInstanceMeasure)

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

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

Синтаксис

'Декларация
Public Sub Insert ( _
    index As Integer, _
    item As AggregationInstanceMeasure _
)
'Применение
Dim instance As AggregationInstanceMeasureCollection 
Dim index As Integer 
Dim item As AggregationInstanceMeasure

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

Параметры

См. также

Справочник

AggregationInstanceMeasureCollection Класс

Перегрузка Insert

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