Propriedade do RDL 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.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
The name of the Kpi to find.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .Kpi
The specified Kpi.
Consulte também