Kpis propriété
Gets the Kpis associated with the CubeDef. This member is not supported for versions of Analysis Services earlier than Microsoft SSQL Server 2005 Analysis Services (SSAS).
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Kpis As KpiCollection
Get
'Utilisation
Dim instance As CubeDef
Dim value As KpiCollection
value = instance.Kpis
public KpiCollection Kpis { get; }
public:
property KpiCollection^ Kpis {
KpiCollection^ get ();
}
member Kpis : KpiCollection
function get Kpis () : KpiCollection
Valeur de la propriété
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .KpiCollection
A collection of Kpis.
Voir aussi