Compartilhar via


Método TraceEventCollection.Remove (TraceEvent)

Removes the specified TraceEvent from the collection.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    item As TraceEvent _
)
'Uso
Dim instance As TraceEventCollection 
Dim item As TraceEvent

instance.Remove(item)
public void Remove(
    TraceEvent item
)
public:
void Remove(
    TraceEvent^ item
)
member Remove : 
        item:TraceEvent -> unit
public function Remove(
    item : TraceEvent
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item does not exist in the collection.

Consulte também

Referência

TraceEventCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices