Classe MiningValueCollection

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MiningValueCollection _
    Implements ICollection, IEnumerable
'Utilizzo
Dim instance As MiningValueCollection
public sealed class MiningValueCollection : ICollection, 
    IEnumerable
public ref class MiningValueCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type MiningValueCollection =  
    class
        interface ICollection
        interface IEnumerable
    end
public final class MiningValueCollection implements ICollection, IEnumerable

Osservazioni

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.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningValueCollection

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.