Share via


TraceCollection.Add Method

Creates and adds a Trace to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add As Trace
'Usage
Dim instance As TraceCollection
Dim returnValue As Trace

returnValue = instance.Add()
public Trace Add()
public:
Trace^ Add()
member Add : unit -> Trace 
public function Add() : Trace

Return Value

Type: Microsoft.AnalysisServices.Trace
A new, empty Trace.