MeasureGroup.Type Property
Provides both the Analysis Services Instance and client applications with information about the contents of the measure group.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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)
Property Value
An enumeration of types.
Remarks
Defaults to type equals Regular.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace