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.