Classe MiningServiceCollection

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

Osservazioni

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningServiceCollection

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.