Método GetEventSelection
Returns the currently selected event notifications.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function GetEventSelection As SqlAssemblyEventSet
'Uso
Dim instance As SqlAssemblyEvents
Dim returnValue As SqlAssemblyEventSet
returnValue = instance.GetEventSelection()
public SqlAssemblyEventSet GetEventSelection()
public:
SqlAssemblyEventSet^ GetEventSelection()
member GetEventSelection : unit -> SqlAssemblyEventSet
public function GetEventSelection() : SqlAssemblyEventSet
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyEventSet
A SqlAssemblyEventSet object that specifies the set of assembly events.