Share via


Classe PerspectiveAction

Represents information about an action in a Perspective element. This class cannot be inherited.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("8B2BD297-1605-4953-956C-02D342C73731")> _
Public NotInheritable Class PerspectiveAction _
    Inherits ModelComponent _
    Implements ICloneable
'Utilisation
Dim instance As PerspectiveAction
[GuidAttribute("8B2BD297-1605-4953-956C-02D342C73731")]
public sealed class PerspectiveAction : ModelComponent, 
    ICloneable
[GuidAttribute(L"8B2BD297-1605-4953-956C-02D342C73731")]
public ref class PerspectiveAction sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("8B2BD297-1605-4953-956C-02D342C73731")>]
type PerspectiveAction =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class PerspectiveAction extends ModelComponent implements ICloneable

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..PerspectiveAction

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.