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.