AggregationDesignDimension 构造函数 (String)

Initializes a new instance of AggregationDesignDimension with the specified cube dimension identifier.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub New ( _
    cubeDimensionId As String _
)
用法
Dim cubeDimensionId As String 

Dim instance As New AggregationDesignDimension(cubeDimensionId)
public AggregationDesignDimension(
    string cubeDimensionId
)
public:
AggregationDesignDimension(
    String^ cubeDimensionId
)
new : 
        cubeDimensionId:string -> AggregationDesignDimension
public function AggregationDesignDimension(
    cubeDimensionId : String
)

参数

  • cubeDimensionId
    类型:System.String
    A String that contains a unique identifier for a cube dimension. This is a reference to a specific dimension role on the owning measure group.

请参阅

参考

AggregationDesignDimension 类

AggregationDesignDimension 重载

Microsoft.AnalysisServices 命名空间