Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the PerspectiveKpi that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
id As String _
)
'Usage
Dim instance As PerspectiveKpiCollection
Dim id As String
instance.Remove(id)
public void Remove(
string id
)
public:
void Remove(
String^ id
)
member Remove :
id:string -> unit
public function Remove(
id : String
)
Parameters
- id
Type: System.String
The identifier of the PerspectiveKpi to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | kpiID does not exist in the collection. |