ServerEvents.GetEventSelection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns current selection of server events. This method returns a copy of event selection which can be modified and submitted back through SubscribeToEvents method.
public Microsoft.SqlServer.Management.Smo.ServerEventSet GetEventSelection ();
member this.GetEventSelection : unit -> Microsoft.SqlServer.Management.Smo.ServerEventSet
Public Function GetEventSelection () As ServerEventSet