Поделиться через


Свойство Dimension.Type

Gets or sets the type of Dimension object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property Type As DimensionType 
    Get 
    Set
'Применение
Dim instance As Dimension 
Dim value As DimensionType 

value = instance.Type

instance.Type = value
public DimensionType Type { get; set; }
public:
property DimensionType Type {
    DimensionType get ();
    void set (DimensionType value);
}
member Type : DimensionType with get, set
function get Type () : DimensionType 
function set Type (value : DimensionType)

Значение свойства

Тип: Microsoft.AnalysisServices.DimensionType
An enumeration containing dimension types. The default is Regular

Замечания

Provides both the Службы Analysis Services applications and client applications with information about the contents of a Dimension.

См. также

Справочник

Dimension Класс

Пространство имен Microsoft.AnalysisServices