This topic has not yet been rated - Rate this topic

AlgorithmParameterCollection Class

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

System.Object
  Microsoft.AnalysisServices.AlgorithmParameterCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public sealed class AlgorithmParameterCollection : IList, 
	ICollection, IEnumerable

The AlgorithmParameterCollection type exposes the following members.

  NameDescription
Public methodAlgorithmParameterCollectionInitializes a new instance of AlgorithmParameter.
Top
  NameDescription
Public propertyCountGets the number of AlgorithmParameter objects contained in the collection.
Public propertyItem[Int32]Gets the AlgorithmParameter at the specified index from the collection.
Public propertyItem[String]Gets the AlgorithmParameter, with the specified name, from the collection.
Top
  NameDescription
Public methodAdd(AlgorithmParameter)Adds an AlgorithmParameter to the end of the collection.
Public methodAdd(String, Object)Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.
Public methodClearRemoves all elements from the collection.
Public methodContains(String)Indicates whether the collection contains an AlgorithmParameter with the specified name.
Public methodContains(AlgorithmParameter)Indicates whether the collection contains a specified AlgorithmParameter.
Public methodCopyTo(AlgorithmParameterCollection)Copies the entire collection to the end of an AlgorithmParameterCollection.
Public methodCopyTo(Array, Int32)Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindGets the AlgorithmParameter, with the specified name, from the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)Gets the index of an AlgorithmParameter with the specified name.
Public methodIndexOf(AlgorithmParameter)Gets the index of a specified AlgorithmParameter.
Public methodInsert(Int32, AlgorithmParameter)Inserts an AlgorithmParameter into the collection at the specified index.
Public methodInsert(Int32, String, Object)Creates and inserts an AlgorithmParameter, with the specified name and value, into the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)Removes the AlgorithmParameter, with the specified name, from the collection.
Public methodRemove(AlgorithmParameter)Removes the specified AlgorithmParameter from the collection.
Public methodRemoveAtRemoves the AlgorithmParameter, at the specified index, from the collection.
Public methodToString (Inherited from Object.)
Top
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.