Classe MiningValueCollection

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningValueCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilisation
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

Notes

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.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningValueCollection

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.