This topic has not yet been rated - Rate this topic

AggregationInstanceMeasureCollection Class

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

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.AggregationInstanceMeasureCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("7A5BED13-C9C9-4049-B78C-2919538B7449")]
public sealed class AggregationInstanceMeasureCollection : ModelComponentCollection

The AggregationInstanceMeasureCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of ModelComponent objects in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Protected propertyDemandLoadingServiceInfrastructure. (Inherited from ModelComponentCollection.)
Public propertyIsFixedSizeGets a value indicating whether the ModelComponentCollection has a fixed size. (Inherited from ModelComponentCollection.)
Public propertyIsReadOnlyGets a value indicating whether the ModelComponentCollection is read-only. (Inherited from ModelComponentCollection.)
Public propertyIsSynchronizedGets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Inherited from ModelComponentCollection.)
Public propertyItem[Int32]Gets the specified AggregationInstanceMeasure object from the collection at the index.
Public propertyItem[String]Gets the specified AggregationInstanceMeasure object from the collection.
Protected propertyItemsTypeGets the Type of objects that can be contained by the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public propertyParentGets the IModelComponent that contains the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Protected propertyPreloadableInfrastructure. (Inherited from ModelComponentCollection.)
Public propertySyncRootGets an object that can be used to synchronize access to the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Top
  NameDescription
Public methodAdd(String)Creates and adds an AggregationInstanceMeasure, which is specified by measureId, to the end of the collection.
Public methodAdd(AggregationInstanceMeasure)Adds the specified AggregationInstanceMeasure to the end of the collection.
Protected methodAdd(ModelComponent)Infrastructure. (Inherited from ModelComponentCollection.)
Protected methodAdd(String, IModelComponent) (Inherited from ModelComponentCollection.)
Protected methodAdd(ModelComponent, Boolean)Infrastructure. (Inherited from ModelComponentCollection.)
Protected methodAdd(String, IModelComponent, Boolean) (Inherited from ModelComponentCollection.)
Protected methodAddNew(String, Type)Infrastructure. (Inherited from ModelComponentCollection.)
Protected methodAddNew(String, String, Type)Infrastructure. (Inherited from ModelComponentCollection.)
Public methodCanAddInfrastructure. (Inherited from ModelComponentCollection.)
Protected methodChangeKeyInfrastructure. (Inherited from ModelComponentCollection.)
Public methodClearRemoves all elements from the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public methodContains(String)Indicates whether the collection contains an AggregationInstanceMeasure identified by the specified measureId
Public methodContains(AggregationInstanceMeasure)Indicates whether the collection contains the specified AggregationInstanceMeasure.
Protected methodContains(IModelComponent) (Inherited from ModelComponentCollection.)
Public methodCopyToCopies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Inherited from ModelComponentCollection.)
Protected methodEnsureLoadedInfrastructure. (Inherited from ModelComponentCollection.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindGets the AggregationInstanceMeasure, with the specified measureId, from the collection.
Public methodGetEnumeratorReturns an enumerator that can iterate through the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetItemGets a reference to the specified component. (Inherited from ModelComponentCollection.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)Gets the index of a specified AggregationInstanceMeasure, identified by measureId, in the collection.
Public methodIndexOf(AggregationInstanceMeasure)Gets the index of a specified AggregationInstanceMeasure in the collection
Protected methodIndexOf(IModelComponent) (Inherited from ModelComponentCollection.)
Public methodInsert(Int32, AggregationInstanceMeasure)Inserts a specified AggregationInstanceMeasure into the collection at the location specified by index.
Public methodInsert(Int32, String)Creates and inserts the specified AggregationInstanceMeasure into the collection at the specified index.
Protected methodInsert(Int32, ModelComponent)Infrastructure. (Inherited from ModelComponentCollection.)
Protected methodInsert(IModelComponent, String, Int32) (Inherited from ModelComponentCollection.)
Protected methodInsert(IModelComponent, String, Int32, Boolean) (Inherited from ModelComponentCollection.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove(Int32, Int32)Moves a specified AggregationInstanceMeasure from one position to another position in the collection.
Public methodMove(String, Int32)Moves a AggregationInstanceMeasure in the collection to the specified index position.
Public methodMove(AggregationInstanceMeasure, Int32)Moves a specified AggregationInstanceMeasure to a new index position in the collection.
Public methodRemove(String)Removes the AggregationInstanceMeasure, identified by measureId, from the collection.
Public methodRemove(AggregationInstanceMeasure)Removes the specified AggregationInstanceMeasure from the collection.
Protected methodRemove(IModelComponent) (Inherited from ModelComponentCollection.)
Public methodRemove(String, Boolean)Infrastructure.
Public methodRemove(AggregationInstanceMeasure, Boolean)Infrastructure.
Public methodRemoveAt(Int32)Removes the IModelComponent at the specified index from the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public methodRemoveAt(Int32, Boolean)Infrastructure. (Inherited from ModelComponentCollection.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventCollectionChangedInfrastructure. (Inherited from ModelComponentCollection.)
Public eventCollectionChangingInfrastructure. (Inherited from ModelComponentCollection.)
Top

New: 17 July 2006

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.