AggregationDimension 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AggregationDimension() |
使用默认值初始化 AggregationDimension 类的新实例。 |
AggregationDimension(String) |
使用指定的多维数据集维度标识符初始化 AggregationDimension 类的新实例。 |
AggregationDimension()
使用默认值初始化 AggregationDimension 类的新实例。
public AggregationDimension ();
Public Sub New ()
适用于
AggregationDimension(String)
使用指定的多维数据集维度标识符初始化 AggregationDimension 类的新实例。
public AggregationDimension (string cubeDimensionID);
new Microsoft.AnalysisServices.AggregationDimension : string -> Microsoft.AnalysisServices.AggregationDimension
Public Sub New (cubeDimensionID As String)
参数
- cubeDimensionID
- String
包含多维数据集维度的唯一标识符的字符串。