Метод TraceEventCollection.Remove (TraceEventClass)
Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
eventId As TraceEventClass _
)
'Применение
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
)
Параметры
- eventId
Тип: Microsoft.AnalysisServices.TraceEventClass
The TraceEventClass value of the TraceEvent to return.