다음을 통해 공유


CellProperties 속성

Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public ReadOnly Property CellProperties As CellPropertyCollection
    Get
‘사용 방법
Dim instance As Cell
Dim value As CellPropertyCollection

value = instance.CellProperties
public CellPropertyCollection CellProperties { get; }
public:
property CellPropertyCollection^ CellProperties {
    CellPropertyCollection^ get ();
}
member CellProperties : CellPropertyCollection
function get CellProperties () : CellPropertyCollection

속성 값

형식: Microsoft.AnalysisServices.AdomdClient. . :: . .CellPropertyCollection
A CellPropertyCollection that contains the cell properties for the Cell.

주의

Additional cell properties other than the intrinsic cell properties implemented by the Cell can be associated with a given cell. This property is used to retrieve a CellPropertyCollection that contains additional cell properties associated with the Cell.