Метод Add (AggregationDimension)
Adds an AggregationDimension to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As AggregationDimension _
) As Integer
'Применение
Dim instance As AggregationDimensionCollection
Dim item As AggregationDimension
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationDimension item
)
public:
int Add(
AggregationDimension^ item
)
member Add :
item:AggregationDimension -> int
public function Add(
item : AggregationDimension
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices. . :: . .AggregationDimension
The AggregationDimension to be added.
Возвращаемое значение
Тип: System. . :: . .Int32
The zero-based index at which the AggregationDimension has been added.