Condividi tramite


Classe LevelCollection

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class LevelCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilizzo
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

Gerarchia di ereditarietà

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

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.