CubeDescriptorDataDimensions Property |
Gets the OLAP dimensions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "dimensions")]
public DimensionSelectorData Dimensions { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "dimensions")>
Public ReadOnly Property Dimensions As DimensionSelectorData
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"dimensions")]
property DimensionSelectorData^ Dimensions {
DimensionSelectorData^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "dimensions")>]
member Dimensions : DimensionSelectorData with get
Property Value
Type:
DimensionSelectorDataSee Also