Share via


Classe DimensionCollection

Contains a read-only, on-demand collection of Dimension objects contained in a CubeDef.

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

Sintassi

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..DimensionCollection

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.