CubeDef.Type 属性

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

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property Type As CubeType 
    Get
用法
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

属性值

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

异常

异常 条件
[NotSupportedException]

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

注释

An CubeType defining the type of the cube.

请参阅

参考

CubeDef 类

Microsoft.AnalysisServices.AdomdServer 命名空间