CellInfo.CellProperties Property

 

Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the CellInfo.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public OlapInfoPropertyCollection CellProperties { get; }
public:
property OlapInfoPropertyCollection^ CellProperties {
    OlapInfoPropertyCollection^ get();
}
member CellProperties : OlapInfoPropertyCollection with get
Public ReadOnly Property CellProperties As OlapInfoPropertyCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection

Returns an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the CellInfo.

See Also

CellInfo Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top