Свойство 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
Исключения
Исключение | Условие |
---|---|
[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.
См. также