Compartir a través de


MiningServiceCollection Clase

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

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

Sintaxis

'Declaración
Public NotInheritable Class MiningServiceCollection _
    Implements IDisposable, IEnumerable, ICollection
'Uso
Dim instance As MiningServiceCollection
public sealed class MiningServiceCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningServiceCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningServiceCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class MiningServiceCollection implements IDisposable, IEnumerable, ICollection

Notas

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..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.