Share via


Classe Level

Defines a level in a Hierarchy element. This class cannot be inherited.

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

Sintassi

'Dichiarazione
<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")> _
Public NotInheritable Class Level _
    Inherits NamedComponent _
    Implements ICloneable
'Utilizzo
Dim instance As Level
[GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")]
public sealed class Level : NamedComponent, 
    ICloneable
[GuidAttribute(L"449F0533-E601-4c13-9841-4946FB641699")]
public ref class Level sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")>]
type Level =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class Level extends NamedComponent implements ICloneable

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..Level

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.