Metodo KpiCollection.Remove (String)
Removes the Kpi, with the specified identifier, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
id As String _
)
'Utilizzo
Dim instance As KpiCollection
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
)
Parametri
- id
Tipo: System.String
The identifier of the Kpi to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | id is not contained by the collection. |