Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property CellProperties As CellPropertyCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection
A CellPropertyCollection that contains the cell properties for the Cell.
Comentarios
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.