Udostępnij przez


ActionCollection Members

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

The following tables list the members exposed by the ActionCollection type.

Public Properties

(see also Protected Properties )

  Name Description
ms159340.pubproperty(pl-pl,SQL.100).gif Count  Gets the number of ModelComponent objects in the ModelComponentCollection. (inherited from ModelComponentCollection)
ms159340.pubproperty(pl-pl,SQL.100).gif IsFixedSize  Gets a value indicating whether the ModelComponentCollection has a fixed size. (inherited from ModelComponentCollection)
ms159340.pubproperty(pl-pl,SQL.100).gif IsReadOnly  Gets a value indicating whether the ModelComponentCollection is read-only. (inherited from ModelComponentCollection)
ms159340.pubproperty(pl-pl,SQL.100).gif IsSynchronized  Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (inherited from ModelComponentCollection)
ms159340.pubproperty(pl-pl,SQL.100).gif Item Overloaded. Gets the specified Action from the collection.
ms159340.pubproperty(pl-pl,SQL.100).gif Parent  Gets the IModelComponent that contains the ModelComponentCollection. (inherited from ModelComponentCollection)
ms159340.pubproperty(pl-pl,SQL.100).gif SyncRoot  Gets an object that can be used to synchronize access to the ModelComponentCollection. (inherited from ModelComponentCollection)

Top

Protected Properties

  Name Description
ms159340.protproperty(pl-pl,SQL.100).gif DemandLoadingService  (inherited from ModelComponentCollection )
ms159340.protproperty(pl-pl,SQL.100).gif ItemsType  Gets the Type of objects that can be contained by the ModelComponentCollection. (inherited from ModelComponentCollection)
ms159340.protproperty(pl-pl,SQL.100).gif Preloadable  (inherited from ModelComponentCollection )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms159340.pubmethod(pl-pl,SQL.100).gif Add Overloaded. Creates and adds an Action to the collection.
ms159340.pubmethod(pl-pl,SQL.100).gif CanAdd  (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif Clear  Removes all elements from the ModelComponentCollection. (inherited from ModelComponentCollection)
ms159340.pubmethod(pl-pl,SQL.100).gif Contains Overloaded. Indicates whether the collection contains an Action.
ms159340.pubmethod(pl-pl,SQL.100).gif ContainsName  (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif CopyTo  (inherited from ModelComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms159340.pubmethod(pl-pl,SQL.100).gif Find Gets the Action, with the specified identifier, from the collection.
ms159340.pubmethod(pl-pl,SQL.100).gif FindByName Gets the Action, with the specified name, from the collection.
ms159340.pubmethod(pl-pl,SQL.100).gif GetByName Gets the Action, with the specified name, from the collection.
ms159340.pubmethod(pl-pl,SQL.100).gif GetEnumerator  Returns an enumerator that can iterate through the ModelComponentCollection. (inherited from ModelComponentCollection)
ms159340.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms159340.pubmethod(pl-pl,SQL.100).gif GetNewID  Overloaded. (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif GetNewName  Overloaded. (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms159340.pubmethod(pl-pl,SQL.100).gif IndexOf Overloaded. Gets the index of an Action.
ms159340.pubmethod(pl-pl,SQL.100).gif IndexOfName  (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif Insert Overloaded. Inserts an Action into the collection.
ms159340.pubmethod(pl-pl,SQL.100).gif IsValidID  Overloaded. (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif IsValidName  Overloaded. (inherited from NamedComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif Move Overloaded. Moves an Action to a new index in the collection.
ms159340.pubmethod(pl-pl,SQL.100).gifms159340.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms159340.pubmethod(pl-pl,SQL.100).gif Remove Overloaded. Removes an Action from the collection.
ms159340.pubmethod(pl-pl,SQL.100).gif RemoveAt  Overloaded. (inherited from ModelComponentCollection )
ms159340.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms159340.protmethod(pl-pl,SQL.100).gif Add  Overloaded. (inherited from NamedComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif AddNew  Overloaded. (inherited from ModelComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif ChangeKey  (inherited from ModelComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif Contains  Overloaded. (inherited from ModelComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif EnsureLoaded  (inherited from ModelComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms159340.protmethod(pl-pl,SQL.100).gif GetItem  (inherited from ModelComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif IndexOf  Overloaded. (inherited from ModelComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif Insert  Overloaded. (inherited from NamedComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif IsValidID  Overloaded. (inherited from NamedComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif IsValidName  Overloaded. (inherited from NamedComponentCollection )
ms159340.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )
ms159340.protmethod(pl-pl,SQL.100).gif Remove  Overloaded. (inherited from ModelComponentCollection )

Top

Public Events

  Name Description
ms159340.pubevent(pl-pl,SQL.100).gif CollectionChanged  (inherited from ModelComponentCollection )
ms159340.pubevent(pl-pl,SQL.100).gif CollectionChanging  (inherited from ModelComponentCollection )

Top

Explicit Interface Implementations

  Name Description
Microsoft.AnalysisServices.Hosting.IOnDemandLoadableCollection.BlockOnDemandLoad  (inherited from ModelComponentCollection )
Microsoft.AnalysisServices.IModelComponentCollection.Contains  (inherited from ModelComponentCollection )
Microsoft.AnalysisServices.IModelComponentCollection.Remove  Overloaded. (inherited from ModelComponentCollection )
System.Collections.IList.Add  (inherited from ModelComponentCollection )
System.Collections.IList.Clear  (inherited from ModelComponentCollection )
System.Collections.IList.Contains  (inherited from ModelComponentCollection )
System.Collections.IList.IndexOf  (inherited from ModelComponentCollection )
System.Collections.IList.Insert  (inherited from ModelComponentCollection )
System.Collections.IList.Remove  (inherited from ModelComponentCollection )
System.Collections.IList.RemoveAt  (inherited from ModelComponentCollection )
Microsoft.AnalysisServices.Hosting.IOnDemandLoadableCollection.Loaded  (inherited from ModelComponentCollection )
System.Collections.IList.Item  (inherited from ModelComponentCollection )

Top