PerspectiveMeasureCollection Class
Contains a collection of PerspectiveMeasure objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("D5D7FEBF-29F4-4965-94BE-08A9F064637E")> _
Public NotInheritable Class PerspectiveMeasureCollection _
Inherits ModelComponentCollection
'Usage
Dim instance As PerspectiveMeasureCollection
[GuidAttribute("D5D7FEBF-29F4-4965-94BE-08A9F064637E")]
public sealed class PerspectiveMeasureCollection : ModelComponentCollection
[GuidAttribute(L"D5D7FEBF-29F4-4965-94BE-08A9F064637E")]
public ref class PerspectiveMeasureCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("D5D7FEBF-29F4-4965-94BE-08A9F064637E")>]
type PerspectiveMeasureCollection =
class
inherit ModelComponentCollection
end
public final class PerspectiveMeasureCollection extends ModelComponentCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.PerspectiveMeasureCollection
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.