LevelProperty 클래스
해당 수준의 멤버에서 사용할 수 있는 멤버 속성을 나타냅니다.
상속 계층
Object
Microsoft.AnalysisServices.AdomdServer.LevelProperty
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class LevelProperty _
Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As LevelProperty
public sealed class LevelProperty : IDisposable,
IMetadataObject
public ref class LevelProperty sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type LevelProperty =
class
interface IDisposable
interface IMetadataObject
end
public final class LevelProperty implements IDisposable, IMetadataObject
LevelProperty 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Caption | LevelProperty 의 캡션을 가져옵니다. |
![]() |
Description | LevelProperty 의 설명을 가져옵니다. |
![]() |
Name | LevelProperty 의 이름을 가져옵니다. |
![]() |
ParentLevel | LevelProperty 를 포함하는 Level을 가져옵니다. |
![]() |
UniqueName | LevelProperty 의 정규화된 이름을 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
{dtor} | LevelProperty 에서 사용하는 모든 리소스를 해제합니다. |
![]() |
Dispose | LevelProperty 에서 사용하는 모든 리소스를 해제합니다. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
위쪽
주의
LevelProperty는 지정한 수준의 멤버에 대한 멤버 속성 정의를 나타냅니다. MemberProperty에는 멤버 속성으로 표현되는 데이터가 포함되는 반면 LevelProperty에는 멤버 속성을 나타내는 메타데이터가 포함된다는 점에서 LevelProperty가 MemberProperty와 다릅니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.