This topic has not yet been rated - Rate this topic

MiningModelColumnCollection Class

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

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumnCollection

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public sealed class MiningModelColumnCollection : IDisposable, 
	IEnumerable, ICollection

The MiningModelColumnCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of MiningModelColumn objects in the collection.
Public propertyIsSynchronizedGets a value that indicates whether access to the collection is synchronized (thread safe).
Public propertyItem[Int32]Gets the specified MiningModelColumn from the collection by its index. In Microsoft Visual C#, this property is the indexer for the MiningModelColumnCollection class.
Public propertyItem[String]Gets the specified MiningModelColumn from the collection by its name. In Microsoft Visual C#, this property is the indexer for the MiningModelColumnCollection class.
Public propertySyncRootGets an Object that can be used to synchronize access to the collection.
Top
  NameDescription
Public method{dtor}Releases all resources used by the MiningModelColumnCollection.
Protected methodCopyTo(Array, Int32)Copies the elements of the collection to the specified array.
Public methodCopyTo(MiningModelColumn[], Int32)Copies the elements of the collection to the specified array.
Public methodDisposeReleases all resources used by the MiningModelColumnCollection.
Public methodEquals (Inherited from Object.)
Public methodFindFinds the specified MiningModelColumn from the collection by its name.
Public methodGetEnumerator()Gets an Enumerator for iterating through the collection.
Public methodGetEnumerator()Returns an IEnumerator for iterating through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
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.