Freigeben über


CubeDef.Type-Eigenschaft

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

'Declaration
Public ReadOnly Property Type As CubeType 
    Get
'Usage
Dim instance As CubeDef 
Dim value As CubeType 

value = instance.Type
public CubeType Type { get; }
public:
property CubeType Type {
    CubeType get ();
}
member Type : CubeType
function get Type () : CubeType

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.CubeType
One of the enumeration values of the CubeType class.

Ausnahmen

Ausnahme Bedingung
System.NotSupportedException

The provider does not support this property.

Hinweise

A CubeType defining the type of the cube.

Siehe auch

Verweis

CubeDef Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace