Bagikan melalui


ActionCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")> _
Public NotInheritable Class ActionCollection _
    Inherits NamedComponentCollection
'Usage
Dim instance As ActionCollection
[GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")]
public sealed class ActionCollection : NamedComponentCollection
[GuidAttribute(L"0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")]
public ref class ActionCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("0700BE48-8C0A-447b-B2F9-6AEEFA3A937A")>]
type ActionCollection =  
    class
        inherit NamedComponentCollection
    end
public final class ActionCollection extends NamedComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.ActionCollection

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.