PerspectiveMeasureGroup Class

Represents information about a measure group in a Perspective element. This class cannot be inherited.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("DB17C295-0EBA-45c7-B426-EBC4E3C193DB")> _
Public NotInheritable Class PerspectiveMeasureGroup _
    Inherits ModelComponent _
    Implements ICloneable
'Usage
Dim instance As PerspectiveMeasureGroup
[GuidAttribute("DB17C295-0EBA-45c7-B426-EBC4E3C193DB")]
public sealed class PerspectiveMeasureGroup : ModelComponent, 
    ICloneable
[GuidAttribute(L"DB17C295-0EBA-45c7-B426-EBC4E3C193DB")]
public ref class PerspectiveMeasureGroup sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("DB17C295-0EBA-45c7-B426-EBC4E3C193DB")>]
type PerspectiveMeasureGroup =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class PerspectiveMeasureGroup extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.PerspectiveMeasureGroup

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.