Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the CubeType of the cube, if supported by the provider.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Type As CubeType
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.CubeType
One of the enumeration values of the CubeType class.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The provider does not support this property. |
Remarks
An CubeType defining the type of the cube.