다음을 통해 공유


CellSet 멤버

Represents a cellset that is returned as a result of a query.

CellSet 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드정적 멤버 LoadXml Returns a CellSet created from a server response, passed in as an XmlReader.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Axes Gets an instance of the AxisCollection class that contains the axes of the CellSet.
공용 속성 Cells Gets an instance of the CellCollection class that contains the cells of the CellSet.
공용 속성 FilterAxis Gets an instance of an Axis class that represents the filter axis of the CellSet.
공용 속성 Item[ ( [ ( ICollection] ) ] ) Gets the specified Cell by an ICollection interface that contains a collection of absolute axis indexes. In Microsoft Visual C#, this property is the indexer for the CellCollection class.
공용 속성 Item[ ( [ ( Int32] ) ] ) Gets an instance of a Cell by its index. In Microsoft Visual C#, this property is the indexer for the CellSet class.
공용 속성 Item[ ( [ ( array<Int32> [] () [] []] ) ] ) Gets the specified Cell from the collection by an array of absolute axis indexes.
공용 속성 Item[ ( [ ( Int32, Int32] ) ] ) Gets the specified Cell from the collection.
공용 속성 OlapInfo Gets an instance of an OlapInfo class describing the CellSet.

맨 위로 이동