Свойство 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.