This topic has not yet been rated - Rate this topic

MiningValueCollection Class

Gets a read-only collection of MiningValue objects contained by a CellSet.

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningValueCollection

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public sealed class MiningValueCollection : ICollection, 
	IEnumerable

The MiningValueCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of MiningValue objects in the collection.
Public propertyIsSynchronizedGets a value indicating whether access to the collection is synchronized (thread safe).
Public propertyItemGets the specified MiningValue from the MiningValueCollection collection by its index. In Microsoft Visual C#, this property is the indexer for the MiningValueCollection class.
Public propertySyncRootGets an object that can be used to synchronize access to the MiningValueCollection collection.
Top
  NameDescription
Public methodCopyToCopies the elements of the MiningValueCollection collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumeratorGets an Enumerator for iterating through the MiningValueCollection collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICollection.CopyToCopies the elements of the MiningValueCollection collection to the specified array.
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorReturns an Enumerator that can iterate through a collection.
Top

The MiningValueCollection is used by a CellSet to represent the axes returned by a query. Each MiningValue contained by an MiningValueCollection represents a set of congruent tuples organized along one or more hierarchies.

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.