Поделиться через


Свойство Dimensions

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .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.

ПримечаниеПримечание

The Dimensions property does not include the Measures dimension.