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