Partager via


Classe DimensionCollection

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DimensionCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.