Dimension.Type Property

Definition

Gets or sets the type of Dimension object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_Type")]
public Microsoft.AnalysisServices.DimensionType Type { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_Type")>]
member this.Type : Microsoft.AnalysisServices.DimensionType with get, set
Public Property Type As DimensionType

Property Value

DimensionType

An enumeration containing dimension types. The default is Regular

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

Provides both the Analysis Services applications and client applications with information about the contents of a Dimension.

Applies to