CubeDef.Type 属性
Returns the CubeType of the cube, if supported by the provider.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Property Type As CubeType
Get
用法
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
属性值
类型:Microsoft.AnalysisServices.AdomdClient.CubeType
One of the enumeration values of the CubeType class.
异常
异常 | 条件 |
---|---|
System.NotSupportedException | The provider does not support this property. |
注释
A CubeType defining the type of the cube.