Classe MiningValueCollection

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

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

Sintassi

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

Osservazioni

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..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.