Freigeben über


KpiCollection.Item-Eigenschaft (String)

Gets the specified Kpi from the collection by its name. In Microsoft Visual C#, this property is the indexer for the KpiCollection class.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As Kpi 
    Get
'Usage
Dim instance As KpiCollection 
Dim name As String 
Dim value As Kpi 

value = instance(name)
public Kpi this[
    string name
] { get; }
public:
property Kpi^ default[String^ name] {
    Kpi^ get (String^ name);
}
member Item : Kpi
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.Kpi
The specified Kpi.

Siehe auch

Verweis

KpiCollection Klasse

Item-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace