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

'Declaration
Public ReadOnly Property CellProperties As OlapInfoPropertyCollection 
    Get
'Usage
Dim instance As CellInfo 
Dim value As OlapInfoPropertyCollection 

value = instance.CellProperties
public OlapInfoPropertyCollection CellProperties { get; }
public:
property OlapInfoPropertyCollection^ CellProperties {
    OlapInfoPropertyCollection^ get ();
}
member CellProperties : OlapInfoPropertyCollection
function get CellProperties () : 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

Reference

CellInfo Class

Microsoft.AnalysisServices.AdomdClient Namespace