Item propriété (String)
Gets the specified Dimensionfrom the collection by its name. In C#, this property is the indexer for the DimensionCollection class.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As String _
) As Dimension
Get
'Utilisation
Dim instance As DimensionCollection
Dim index As String
Dim value As Dimension
value = instance(index)
public Dimension this[
string index
] { get; }
public:
property Dimension^ default[String^ index] {
Dimension^ get (String^ index);
}
member Item : Dimension
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .String
The name of the Dimension to find.
Valeur de la propriété
Type : Microsoft.AnalysisServices.AdomdClient. . :: . .Dimension