Dimension.Type Property

Definition

Gets or sets the type of Dimension object.

public Microsoft.AnalysisServices.DimensionType Type { get; set; }
member this.Type : Microsoft.AnalysisServices.DimensionType with get, set
Public Property Type As DimensionType

Property Value

An enumeration containing dimension types. The default is Regular

Remarks

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

Applies to