Dimension 클래스
큐브 내의 차원을 나타냅니다.
상속 계층
Object
Microsoft.AnalysisServices.AdomdServer.Dimension
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class Dimension _
Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As Dimension
public sealed class Dimension : IDisposable,
IMetadataObject
public ref class Dimension sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type Dimension =
class
interface IDisposable
interface IMetadataObject
end
public final class Dimension implements IDisposable, IMetadataObject
Dimension 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AttributeHierarchies | 특성 계층의 컬렉션을 가져옵니다.Microsoft SQL Server 2005 Analysis Services(SSAS) 이전 버전의 Analysis Services에서는 이 멤버를 지원하지 않습니다. | |
Caption | Dimension 의 캡션을 가져옵니다. | |
Description | Dimension 의 설명을 가져옵니다. | |
DimensionType | Dimension 의 차원 유형을 가져옵니다. | |
Hierarchies | Dimension 에 대한 차원 계층을 포함하는 HierarchyCollection을 가져옵니다. | |
Name | Dimension 의 이름을 가져옵니다. | |
ParentCube | Dimension 을 포함하는 CubeDef를 가져옵니다. | |
Properties | Dimension 에 연결된 속성을 포함하는 PropertyCollection을 가져옵니다. | |
UniqueName | Dimension 의 고유한 이름을 가져옵니다. | |
WriteEnabled | Dimension 이 쓰기 가능한지 여부를 나타내는 값을 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
{dtor} | Dimension 에서 사용하는 모든 리소스를 해제합니다. | |
Dispose | Dimension 에서 사용하는 모든 리소스를 해제합니다. | |
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
위쪽
주의
ADOMD.NET에서 차원은 계층의 컬렉션입니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.