Metodo GetEventSelection
Returns the currently selected event notifications.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function GetEventSelection As SqlAssemblyEventSet
'Utilizzo
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
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyEventSet
A SqlAssemblyEventSet object that specifies the set of assembly events.
Vedere anche