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.