Compartir a través de


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

Notas

The search performed is case-insensitive.