Axis 클래스
Represents an axis within a cellset.
상속 계층
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Axis
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public NotInheritable Class Axis
‘사용 방법
Dim instance As Axis
public sealed class Axis
public ref class Axis sealed
[<SealedAttribute>]
type Axis = class end
public final class Axis
Axis 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Name | Gets the name of the Axis. | |
Positions | Gets a PositionCollection that contains the positions for the Axis. | |
Set | Gets a Set that contains the set for the Axis. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | Determines whether this instance of Axis is equal to another instance of Axis. (Object. . :: . .Equals(Object)을(를) 재정의함) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Object. . :: . .GetHashCode() () () ()을(를) 재정의함) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | Returns a String that represents the current Object. (Object. . :: . .ToString() () () ()을(를) 재정의함) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
Equality | Determines whether two specified instances of Axis are equal. | |
Inequality | Determines whether two specified instances of Axis have different values. |
맨 위로 이동
주의
An Axis represents one query or slicer axis returned in a cellset (and represented by a CellSet.) An axis is essentially a set of ordered, congruent tuples used to organize the cells in a cellset.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.