Propriedade do RDL 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.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- propertyName
Tipo: System. . :: . .String
The name of the CellProperty to find.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .CellProperty
Comentários
The search performed is case-insensitive.
Consulte também