Compartir a través de


MiningServiceCollection Clase

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class MiningServiceCollection _
    Implements ICollection, IEnumerable
'Uso
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

Notas

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.

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.