Classe MiningStructureColumnCollection

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

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

Syntaxe

'Déclaration
Public NotInheritable Class MiningStructureColumnCollection _
    Implements ICollection, IEnumerable
'Utilisation
Dim instance As MiningStructureColumnCollection
public sealed class MiningStructureColumnCollection : ICollection, 
    IEnumerable
public ref class MiningStructureColumnCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type MiningStructureColumnCollection =  
    class
        interface ICollection
        interface IEnumerable
    end
public final class MiningStructureColumnCollection implements ICollection, IEnumerable

Notes

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningStructureColumnCollection

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.