Метод Add
Creates and adds an Aggregation to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add As Aggregation
'Применение
Dim instance As AggregationCollection
Dim returnValue As Aggregation
returnValue = instance.Add()
public Aggregation Add()
public:
Aggregation^ Add()
member Add : unit -> Aggregation
public function Add() : Aggregation
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .Aggregation
A new, empty Aggregation.
См. также