CubeDef.Type 属性

返回多维数据集的 CubeType(如果提供程序支持)。

命名空间:  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
CubeType 类的枚举值之一。

异常

异常 条件
[NotSupportedException]

提供程序不支持此属性。 有关此异常的详细信息,请参阅 NotSupportedException Class

注释

用于定义多维数据集的类型的 CubeType。

请参阅

参考

CubeDef 类

Microsoft.AnalysisServices.AdomdServer 命名空间