Compartir a través de


CellPropertyCollection.Item Propiedad (Int32)

Gets the specified CellProperty from the collection by its index. In Microsoft Visual C#, this property is the indexer for the CellPropertyCollection class.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CellProperty 
    Get
'Uso
Dim instance As CellPropertyCollection 
Dim index As Integer 
Dim value As CellProperty 

value = instance(index)
public CellProperty this[
    int index
] { get; }
public:
property CellProperty^ default[int index] {
    CellProperty^ get (int index);
}
member Item : CellProperty
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.CellProperty
The CellProperty at the specified index.

Vea también

Referencia

CellPropertyCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.AnalysisServices.AdomdClient