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.