Cube.Kpis Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of Kpis associated with a Cube.

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

Syntax

[XmlArrayAttribute]
[BrowsableAttribute(false)]
public KpiCollection Kpis { get; }
public:
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property KpiCollection^ Kpis {
    KpiCollection^ get();
}
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member Kpis : KpiCollection with get
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Kpis As KpiCollection

Property Value

Type: Microsoft.AnalysisServices.KpiCollection

A collection containing Kpis information.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top