AlgorithmParameterCollection Class

 

Updated: May 24, 2016

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

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

System::Object
  Microsoft.AnalysisServices::AlgorithmParameterCollection

[GuidAttribute("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public ref class AlgorithmParameterCollection sealed : IList, 
	ICollection, IEnumerable

NameDescription
System_CAPS_pubmethodAlgorithmParameterCollection()

Initializes a new instance of AlgorithmParameter.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of AlgorithmParameter objects contained in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets the AlgorithmParameter at the specified index from the collection.

System_CAPS_pubpropertyItem[String^]

Gets the AlgorithmParameter, with the specified name, from the collection.

NameDescription
System_CAPS_pubmethodAdd(AlgorithmParameter^)

Adds an AlgorithmParameter to the end of the collection.

System_CAPS_pubmethodAdd(String^, Object^)

Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.

System_CAPS_pubmethodClear()

Removes all elements from the collection.

System_CAPS_pubmethodContains(AlgorithmParameter^)

Indicates whether the collection contains a specified AlgorithmParameter.

System_CAPS_pubmethodContains(String^)

Indicates whether the collection contains an AlgorithmParameter with the specified name.

System_CAPS_pubmethodCopyTo(AlgorithmParameterCollection^)

Copies the entire collection to the end of an AlgorithmParameterCollection.

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFind(String^)

Gets the AlgorithmParameter, with the specified name, from the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(AlgorithmParameter^)

Gets the index of a specified AlgorithmParameter.

System_CAPS_pubmethodIndexOf(String^)

Gets the index of an AlgorithmParameter with the specified name.

System_CAPS_pubmethodInsert(Int32, AlgorithmParameter^)

Inserts an AlgorithmParameter into the collection at the specified index.

System_CAPS_pubmethodInsert(Int32, String^, Object^)

Creates and inserts an AlgorithmParameter, with the specified name and value, into the collection at the specified index.

System_CAPS_pubmethodRemove(AlgorithmParameter^)

Removes the specified AlgorithmParameter from the collection.

System_CAPS_pubmethodRemove(String^)

Removes the AlgorithmParameter, with the specified name, from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the AlgorithmParameter, at the specified index, from the collection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an enumerator that can iterate through the AlgorithmParameterCollection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an item to the AlgorithmParameterCollection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Determines whether the AlgorithmParameterCollection contains a specific value.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Determines the index of a specific item in the AlgorithmParameterCollection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts an item to the AlgorithmParameterCollection at the specified index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes the first occurrence of a specific object from the AlgorithmParameterCollection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value that indicates whether access to the AlgorithmParameterCollection is synchronized (thread safe).

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to the AlgorithmParameterCollection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

Gets a value that indicates whether the AlgorithmParameterCollection has a fixed size.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsReadOnly

Gets a value that indicates whether the AlgorithmParameterCollection is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

Gets the element at the specified index.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: