共用方式為


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

例外

例外狀況 條件
System..::..NotSupportedException

The provider does not support this property.

備註

A CubeType defining the type of the cube.