This topic has not yet been rated - Rate this topic

KpiCollection.Remove Method (String)

Removes the Kpi, with the specified identifier, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Remove(
	string id
)

Parameters

id
Type: System.String
The identifier of the Kpi to be removed.
ExceptionCondition
ItemNotFoundException

id is not contained by the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.