Dimension.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of Dimension object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(DimensionType.Regular)]
public DimensionType Type { get; set; }
public:
[DefaultValueAttribute(DimensionType::Regular)]
property DimensionType Type {
    DimensionType get();
    void set(DimensionType value);
}
[<DefaultValueAttribute(DimensionType.Regular)>]
member Type : DimensionType with get, set
<DefaultValueAttribute(DimensionType.Regular)>
Public Property Type As DimensionType

Property Value

Type: Microsoft.AnalysisServices.DimensionType

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.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top