Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
eventId As TraceEventClass _
) As TraceEvent
'Utilisation
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
Paramètres
- eventId
Type : Microsoft.AnalysisServices.TraceEventClass
The TraceEventClass value of the TraceEvent to return.
Valeur de retour
Type : Microsoft.AnalysisServices.TraceEvent
The TraceEvent if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).