Proprietà KpiCollection.Item (String)

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As Kpi 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

KpiCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer