PerspectiveActionCollection Class

Contains a collection of PerspectiveAction objects. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("A09ADC02-7F33-4961-9B6D-F37C2021CA29")> _
Public NotInheritable Class PerspectiveActionCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As PerspectiveActionCollection
[GuidAttribute("A09ADC02-7F33-4961-9B6D-F37C2021CA29")]
public sealed class PerspectiveActionCollection : ModelComponentCollection
[GuidAttribute(L"A09ADC02-7F33-4961-9B6D-F37C2021CA29")]
public ref class PerspectiveActionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("A09ADC02-7F33-4961-9B6D-F37C2021CA29")>]
type PerspectiveActionCollection =  
    class
        inherit ModelComponentCollection
    end
public final class PerspectiveActionCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.PerspectiveActionCollection

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.