TraceEventCollection.Clear Method
Removes all elements from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As TraceEventCollection
instance.Clear()
public void Clear()
public:
void Clear()
member Clear : unit -> unit
public function Clear()