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