Type Propiedad
Returns the CubeType of the cube, if supported by the provider.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .CubeType
Excepciones
Excepción | Condición |
---|---|
System..::..NotSupportedException | The provider does not support this property. |