Méthode TraceEventCollection.Remove (TraceEventClass)
Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
eventId As TraceEventClass _
)
'Utilisation
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
)
Paramètres
- eventId
Type : Microsoft.AnalysisServices.TraceEventClass
The TraceEventClass value of the TraceEvent to return.