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 TableEventSet
'Utilizzo
Dim instance As TableEvents
Dim returnValue As TableEventSet
returnValue = instance.GetEventSelection()
public TableEventSet GetEventSelection()
public:
TableEventSet^ GetEventSelection()
member GetEventSelection : unit -> TableEventSet
public function GetEventSelection() : TableEventSet
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableEventSet
A TableEventSet object that specifies the set of table events.