共用方式為


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.

請參閱

參考

CubeDef 類別

Microsoft.AnalysisServices.AdomdClient 命名空間