Proprietà CubeDef.Type

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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:
virtual property CubeType Type {
    CubeType get () sealed;
}
abstract Type : CubeType 
override Type : CubeType
final function get Type () : CubeType

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.CubeType
One of the enumeration values of the CubeType class.

Eccezioni

Eccezione Condizione
[NotSupportedException]

The provider does not support this property. For more information about this exception, see NotSupportedException Class

Osservazioni

An CubeType defining the type of the cube.

Vedere anche

Riferimento

CubeDef Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer