Freigeben über


TraceEventCollection.Add-Methode (TraceEventClass)

Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.

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

Syntax

'Declaration
Public Function Add ( _
    eventId As TraceEventClass _
) As TraceEvent
'Usage
Dim instance As TraceEventCollection 
Dim eventId As TraceEventClass 
Dim returnValue As TraceEvent 

returnValue = instance.Add(eventId)
public TraceEvent Add(
    TraceEventClass eventId
)
public:
TraceEvent^ Add(
    TraceEventClass eventId
)
member Add : 
        eventId:TraceEventClass -> TraceEvent
public function Add(
    eventId : TraceEventClass
) : TraceEvent

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices.TraceEvent
A new, empty TraceEvent.

Siehe auch

Verweis

TraceEventCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace