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


Метод AggregationInstanceDimensionCollection.Add (AggregationInstanceDimension)

Adds the specified AggregationInstanceDimension to the end of the collection.

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

Синтаксис

'Декларация
Public Function Add ( _
    item As AggregationInstanceDimension _
) As Integer
'Применение
Dim instance As AggregationInstanceDimensionCollection 
Dim item As AggregationInstanceDimension 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    AggregationInstanceDimension item
)
public:
int Add(
    AggregationInstanceDimension^ item
)
member Add : 
        item:AggregationInstanceDimension -> int
public function Add(
    item : AggregationInstanceDimension
) : int

Параметры

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

Тип: System.Int32
The zero-based index at which the AggregationInstanceDimension has been added.

См. также

Справочник

AggregationInstanceDimensionCollection Класс

Перегрузка Add

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