Condividi tramite


Proprietà Type

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As CubeType
    Get
'Utilizzo
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

Eccezioni

Eccezione Condizione
System..::..NotSupportedException

The provider does not support this property.

Osservazioni

A CubeType defining the type of the cube.