AggregationDimensionCollection.Add 方法 (String)
Creates and adds an AggregationDimension, with the specified identifier, to the end of the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Add ( _
cubeDimensionId As String _
) As AggregationDimension
用法
Dim instance As AggregationDimensionCollection
Dim cubeDimensionId As String
Dim returnValue As AggregationDimension
returnValue = instance.Add(cubeDimensionId)
public AggregationDimension Add(
string cubeDimensionId
)
public:
AggregationDimension^ Add(
String^ cubeDimensionId
)
member Add :
cubeDimensionId:string -> AggregationDimension
public function Add(
cubeDimensionId : String
) : AggregationDimension
参数
- cubeDimensionId
类型:System.String
The AggregationDimension to be added.
返回值
类型:Microsoft.AnalysisServices.AggregationDimension
The zero-based index at which the AggregationDimension has been added.