Type propriété

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As CubeType
    Get
'Utilisation
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

Exceptions

Exception Condition
System..::..NotSupportedException

The provider does not support this property.

Notes

A CubeType defining the type of the cube.