Condividi tramite


Proprietà CellInfo.CellProperties

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CellProperties As OlapInfoPropertyCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection
Returns an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the CellInfo.

Vedere anche

Riferimento

CellInfo Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient