Cell 클래스
Represents a cell in a given cellset. For a complete list of class members, see Cell.
상속 계층
System.Object
Microsoft.AnalysisServices.AdomdClient.Cell
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public NotInheritable Class Cell
‘사용 방법
Dim instance As Cell
public sealed class Cell
public ref class Cell sealed
[<SealedAttribute>]
type Cell = class end
public final class Cell
Cell 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
CellProperties | Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell. | |
FormattedValue | Gets a string representing the formatted value of the Cell. | |
Value | Gets the value of the Cell. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | Determines whether two instances of Object are equal. (Object.Equals(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에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
Equality | Determines whether two specified instances of Cell are equal. | |
Inequality | Determines whether two specified instances of Cell have different values. |
맨 위로 이동
주의
In Microsoft SQL Server 2005 Analysis Services(SSAS), a cell represents the unique logical intersection of one position from every axis in the cellset. Because every logical intersection in a cellset may or may not have a corresponding record in a fact table, not every cell in a cellset contains data.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.