Поделиться через


Метод TraceEventCollection.Find

Gets the TraceEvent that has the specified TraceEventClass value from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Find ( _
    eventId As TraceEventClass _
) As TraceEvent
'Применение
Dim instance As TraceEventCollection 
Dim eventId As TraceEventClass 
Dim returnValue As TraceEvent 

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

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.TraceEvent
The TraceEvent if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

См. также

Справочник

TraceEventCollection Класс

Пространство имен Microsoft.AnalysisServices