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


MeasureGroup.Dimensions Property

Gets the MeasureGroupDimensionCollection of the MeasureGroup.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<XmlArrayItemAttribute("Dimension")> _
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
Public ReadOnly Property Dimensions As MeasureGroupDimensionCollection
[XmlArrayItemAttribute("Dimension")] 
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
public MeasureGroupDimensionCollection Dimensions { get; }
[XmlArrayItemAttribute(L"Dimension")] 
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
public:
property MeasureGroupDimensionCollection^ Dimensions {
    MeasureGroupDimensionCollection^ get ();
}
/** @property */
public MeasureGroupDimensionCollection get_Dimensions ()
public function get Dimensions () : MeasureGroupDimensionCollection

Значение свойства

A collection of measure group dimensions.

Замечания

Zero is returned if there is a MeasureGroup binding, at create time. The collection always returns at least 1 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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace