TraceCollection.Remove Método (String)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

VB
'Declaración
Public Sub Remove ( _
    id As String _
)
'Uso
Dim instance As TraceCollection 
Dim id As String

instance.Remove(id)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

id does not exist in the collection.

Vea también

Referencia

TraceCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.AnalysisServices