MeasureGroup.Type Property
Provides both the Analysis Services Instance and client applications with information about the contents of the measure group.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<DefaultValueAttribute(MeasureGroupType.Regular)> _
Public Property Type As MeasureGroupType
[DefaultValueAttribute(MeasureGroupType.Regular)]
public MeasureGroupType Type { get; set; }
[DefaultValueAttribute(MeasureGroupType::Regular)]
public:
property MeasureGroupType Type {
MeasureGroupType get ();
void set (MeasureGroupType value);
}
/** @property */
public MeasureGroupType get_Type ()
/** @property */
public void set_Type (MeasureGroupType value)
public function get Type () : MeasureGroupType
public function set Type (value : MeasureGroupType)
Значение свойства
An enumeration of types.
Замечания
Defaults to type equals Regular.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace