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
)

参数

请参阅

参考

TraceEventCollection 类

Remove 重载

Microsoft.AnalysisServices 命名空间