MiningModelColumnCollection Class

 

Updated: March 10, 2016

Represents a read-only, on-demand collection of MiningModelColumn objects contained by a MiningModel object.

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

System::Object
  Microsoft.AnalysisServices.AdomdClient::MiningModelColumnCollection

public ref class MiningModelColumnCollection sealed : ICollection, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of MiningModelColumn objects in the collection.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread safe).

System_CAPS_pubpropertyItem[Int32]

Gets the specified MiningModelColumn from the collection by its index.

System_CAPS_pubpropertyItem[String^]

Gets the specified MiningModelColumn from the collection by its name.

System_CAPS_pubpropertySyncRoot

Gets an Object that can be used to synchronize access to the collection.

NameDescription
System_CAPS_pubmethodCopyTo(array<MiningModelColumn^>^, Int32)

Copies the elements of the collection to the specified array.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFind(String^)

Gets the specified MiningModelColumn from the collection by its name.

System_CAPS_pubmethodGetEnumerator()

Gets an enumerator for iterating through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the elements of the MiningModelColumnCollection collection to the specified array.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an Enumerator than can iterate through a collection.

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: