Compartir a través de


CellPropertyCollection.Item Propiedad (String)

Gets the specified CellProperty from the collection by its name. 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 ( _
    propertyName As String _
) As CellProperty 
    Get
'Uso
Dim instance As CellPropertyCollection 
Dim propertyName As String 
Dim value As CellProperty 

value = instance(propertyName)
public CellProperty this[
    string propertyName
] { get; }
public:
property CellProperty^ default[String^ propertyName] {
    CellProperty^ get (String^ propertyName);
}
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 with the specified name.

Comentarios

The search performed is case-insensitive.

Vea también

Referencia

CellPropertyCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.AnalysisServices.AdomdClient