Compartir a través de


SqlAssemblyEvents.GetEventSelection Método

Returns the currently selected event notifications.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
A SqlAssemblyEventSet object that specifies the set of assembly events.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

SqlAssemblyEvents Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo