Compartilhar via


Propriedade do RDL CubeDef.Type

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

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

Sintaxe

'Declaração
Public ReadOnly Property Type As CubeType 
    Get
'Uso
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

Valor da propriedade

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

Exceções

Exceção Condição
System.NotSupportedException

The provider does not support this property.

Comentários

A CubeType defining the type of the cube.

Consulte também

Referência

CubeDef Classe

Namespace Microsoft.AnalysisServices.AdomdClient