CubeDef.Type Property

 

Returns the CubeType of the cube, if supported by the provider.

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

Syntax

public CubeType Type { get; }
public:
property CubeType Type {
    CubeType get();
}
member Type : CubeType with get
Public ReadOnly Property Type As CubeType

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.CubeType

One of the enumeration values of the CubeType class.

Exceptions

Exception Condition
System.NotSupportedException

The provider does not support this property.

Remarks

A CubeType defining the type of the cube.

See Also

CubeDef Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top