AggregationDesignCollection.Add 方法
Creates and adds an AggregationDesign to the end of the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Add As AggregationDesign
用法
Dim instance As AggregationDesignCollection
Dim returnValue As AggregationDesign
returnValue = instance.Add()
public AggregationDesign Add()
public:
AggregationDesign^ Add()
member Add : unit -> AggregationDesign
public function Add() : AggregationDesign
返回值
类型:Microsoft.AnalysisServices.AggregationDesign
A new, empty AggregationDesign.