Compartilhar via


Método PerspectiveKpiCollection.Remove (String)

Removes the PerspectiveKpi that has the specified identifier from the collection.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    id As String _
)
'Uso
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
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

kpiID does not exist in the collection.

Consulte também

Referência

PerspectiveKpiCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices