Classe LevelPropertyCollection

Represents a read-only, on-demand collection of LevelProperty objects contained by a Level.

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

Sintassi

'Dichiarazione
Public NotInheritable Class LevelPropertyCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilizzo
Dim instance As LevelPropertyCollection
public sealed class LevelPropertyCollection : IDisposable, 
    IEnumerable, ICollection
public ref class LevelPropertyCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type LevelPropertyCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class LevelPropertyCollection implements IDisposable, IEnumerable, ICollection

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..LevelPropertyCollection

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.