Classe MiningServiceParameterCollection

Gets a read-only collection of MiningServiceParameter 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 MiningServiceParameterCollection _
    Implements ICollection, IEnumerable
'Utilisation
Dim instance As MiningServiceParameterCollection
public sealed class MiningServiceParameterCollection : ICollection, 
    IEnumerable
public ref class MiningServiceParameterCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type MiningServiceParameterCollection =  
    class
        interface ICollection
        interface IEnumerable
    end
public final class MiningServiceParameterCollection implements ICollection, IEnumerable

Notes

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningServiceParameterCollection

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.