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