Level 클래스
Defines a level in a Hierarchy element. This class cannot be inherited.
상속 계층
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Level
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")> _
Public NotInheritable Class Level _
Inherits NamedComponent _
Implements ICloneable
‘사용 방법
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
Level 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
Level() () () () | Initializes a new instance of the Level class using default values. | |
Level(String) | Initializes a new instance of Level using a name. | |
Level(String, String) | Initializes a new instance of Level using a name and an identifier. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (ModelComponent에서 상속됨) | |
CanRaiseEvents | (Component에서 상속됨) | |
Container | (Component에서 상속됨) | |
Description | (NamedComponent에서 상속됨) | |
DesignMode | (Component에서 상속됨) | |
Events | (Component에서 상속됨) | |
FriendlyName | (NamedComponent에서 상속됨) | |
HideMemberIf | Gets or sets the value of a property which indicates whether and when a member in a Level should be hidden from client applications. | |
ID | (NamedComponent에서 상속됨) | |
KeyForCollection | (NamedComponent에서 상속됨) | |
Name | (NamedComponent에서 상속됨) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (ModelComponent에서 상속됨) | |
Parent | Gets the Hierarchy object that is the parent of the Level object. | |
ParentDatabase | Gets the Database object that is the parent of the Level object. | |
ParentDimension | Gets the Dimension object that is the parent of the Level object. | |
ParentServer | Gets the Server object that is the parent of the Level object. | |
Site | (NamedComponent에서 상속됨) | |
SiteID | (NamedComponent에서 상속됨) | |
SourceAttribute | Gets or sets the dimension attribute for a source attribute associated with a Level object. | |
SourceAttributeID | Gets or sets the source attribute identifier for a source attribute associated with a Level object. | |
Translations | Gets the collection of translations associated with a Level object. |
맨 위로 이동
메서드
맨 위로 이동
명시적 인터페이스 구현
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.