Event.SetEventInfo(EventInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définissez EventInfo pour un événement en attente.
public void SetEventInfo(Microsoft.SqlServer.Management.XEvent.EventInfo eventInfo);
member this.SetEventInfo : Microsoft.SqlServer.Management.XEvent.EventInfo -> unit
Public Sub SetEventInfo (eventInfo As EventInfo)
Paramètres
- eventInfo
- EventInfo
Instance d’EventInfo
Exceptions
si l’objet Event n’est pas en attente.
si l’eventInfo d’entrée a la valeur Null.