Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
eventId As TraceEventClass _
)
'Usage
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
)
Parameters
- eventId
Type: Microsoft.AnalysisServices.TraceEventClass
The TraceEventClass value of the TraceEvent to return.