CubeDef.Dimensions 属性

获取包含 CubeDef 类的维度的 DimensionCollection 类的实例。

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

语法

声明
Public ReadOnly Property Dimensions As DimensionCollection 
    Get
用法
Dim instance As CubeDef 
Dim value As DimensionCollection 

value = instance.Dimensions
public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get ();
}
member Dimensions : DimensionCollection
function get Dimensions () : DimensionCollection

属性值

类型:Microsoft.AnalysisServices.AdomdServer.DimensionCollection
一个 DimensionCollection,它包含 CubeDef 的维度。

注释

在 Analysis Services 中,每个多维数据集至少有一个相关的维度。 Dimensions 属性用于检索与指定多维数据集关联的 Dimension 对象的集合。

注意   Dimensions 属性不包含 Measures 维度。

请参阅

参考

CubeDef 类

Microsoft.AnalysisServices.AdomdServer 命名空间