Type Propiedad
Returns the CubeType()()()() of the cube, if supported by the provider.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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:
virtual property CubeType Type {
CubeType get () sealed;
}
abstract Type : CubeType
override Type : CubeType
final function get Type () : CubeType
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .CubeType
Excepciones
Excepción | Condición |
---|---|
[NotSupportedException] | The provider does not support this property. For more information about this exception, see NotSupportedException Class |
Notas
An CubeType()()()() defining the type of the cube.
Vea también