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


Метод AggregationInstanceDimensionCollection.Insert (Int32, AggregationInstanceDimension)

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

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

Синтаксис

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

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

Параметры

См. также

Справочник

AggregationInstanceDimensionCollection Класс

Перегрузка Insert

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