Compartir a través de


Item Propiedad (String)

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As Kpi
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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