Item-Eigenschaft (String)
Gets the specified Measure from the collection by its name. In C#, this property is the indexer for the MeasureCollection class.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As String _
) As Measure
Get
'Usage
Dim instance As MeasureCollection
Dim index As String
Dim value As Measure
value = instance(index)
public Measure this[
string index
] { get; }
public:
property Measure^ default[String^ index] {
Measure^ get (String^ index);
}
member Item : Measure
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System. . :: . .String
The name of the Measure to find.
Eigenschaftenwert
Typ: Microsoft.AnalysisServices.AdomdClient. . :: . .Measure