Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- propertyName
Tipo: System.String
The name of the CellProperty to find.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.CellProperty
The CellProperty with the specified name.
Comentarios
The search performed is case-insensitive.