Classe Level

Represents a level within a hierarchy.

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

Syntaxe

'Déclaration
Public NotInheritable Class Level _
    Implements IDisposable, IMetadataObject
'Utilisation
Dim instance As Level
public sealed class Level : IDisposable, 
    IMetadataObject
public ref class Level sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Level =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class Level implements IDisposable, IMetadataObject

Notes

Dimensions are complex structures in Microsoft SQL Server 2005 Analysis Services (SSAS), containing members that are organized into levels, which in turn are organized into hierarchies. In ADOMD.NET, levels are represented by the Level class.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..Level

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.