UserDefinedFunctionEvents.GetEventSelection 方法
Returns the currently selected event notifications.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Function GetEventSelection As UserDefinedFunctionEventSet
'用途
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
傳回值
型別:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet object that specifies the set of user-defined function events.