Свойство CellPropertyCollection.Item (String)
Gets the specified CellProperty from the collection by its name. In Microsoft Visual C#, this property is the indexer for the CellPropertyCollection class.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
propertyName As String _
) As CellProperty
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- propertyName
Тип: System.String
The name of the CellProperty to find.
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient.CellProperty
The CellProperty with the specified name.
Замечания
The search performed is case-insensitive.