Compartir a través de


LevelCollection Clase

Contains a read-only, on-demand collection of Level objects contained in a Hierarchy.

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

Sintaxis

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..LevelCollection

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.