Metodo Remove (TraceEventClass)
Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
eventId As TraceEventClass _
)
'Utilizzo
Dim instance As TraceEventCollection
Dim eventId As TraceEventClass
instance.Remove(eventId)
public void Remove(
TraceEventClass eventId
)
public:
void Remove(
TraceEventClass eventId
)
member Remove :
eventId:TraceEventClass -> unit
public function Remove(
eventId : TraceEventClass
)
Parametri
- eventId
Tipo: Microsoft.AnalysisServices. . :: . .TraceEventClass
Vedere anche