CubeDef.Dimensions Property

Gets an instance of the DimensionCollection class that contains the dimensions for the CubeDef class.

命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

语法

声明
Public ReadOnly Property Dimensions As DimensionCollection
public DimensionCollection Dimensions { get; }
public:
property DimensionCollection^ Dimensions {
    DimensionCollection^ get ();
}
/** @property */
public DimensionCollection get_Dimensions ()
public function get Dimensions () : DimensionCollection

属性值

A DimensionCollection that contains dimensions for the CubeDef.

备注

In Microsoft SQL Server 2005 Analysis Services (SSAS), each cube has at least one dimension associated with it. The Dimensions property is used to retrieve a collection of Dimension objects that are associated with a given cube.

ms133704.note(zh-cn,SQL.90).gif注意:
The Dimensions property does not include the Measures dimension.

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace