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 UserDefinedFunctionEventSet
'Uso
Dim instance As UserDefinedFunctionEvents
Dim returnValue As UserDefinedFunctionEventSet
returnValue = instance.GetEventSelection()
public UserDefinedFunctionEventSet GetEventSelection()
public:
UserDefinedFunctionEventSet^ GetEventSelection()
member GetEventSelection : unit -> UserDefinedFunctionEventSet
public function GetEventSelection() : UserDefinedFunctionEventSet
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet object that specifies the set of user-defined function events.
Consulte também