Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.String
The name of the Measure to find.
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.Measure
The Measure with the specified name.