KpiCollection.GetByName Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the Kpi, with the specified name, from the collection.

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

Syntax

public Kpi GetByName(
    string name
)
public:
Kpi^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> Kpi
Public Function GetByName (
    name As String
) As Kpi

Parameters

Return Value

Type: Microsoft.AnalysisServices.Kpi

The Kpi with the name specified in name.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

KpiCollection Class
Microsoft.AnalysisServices Namespace

Return to top