PerspectiveAttributeCollection Class
Contains a collection of PerspectiveAttribute objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("5D7B553C-E189-419e-888B-A803060363C7")> _
Public NotInheritable Class PerspectiveAttributeCollection _
Inherits ModelComponentCollection
'Usage
Dim instance As PerspectiveAttributeCollection
[GuidAttribute("5D7B553C-E189-419e-888B-A803060363C7")]
public sealed class PerspectiveAttributeCollection : ModelComponentCollection
[GuidAttribute(L"5D7B553C-E189-419e-888B-A803060363C7")]
public ref class PerspectiveAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("5D7B553C-E189-419e-888B-A803060363C7")>]
type PerspectiveAttributeCollection =
class
inherit ModelComponentCollection
end
public final class PerspectiveAttributeCollection extends ModelComponentCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.PerspectiveAttributeCollection
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.