TableEvents.GetEventSelection 方法
Returns the currently selected event notifications.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function GetEventSelection As TableEventSet
用法
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
返回值
类型:Microsoft.SqlServer.Management.Smo.TableEventSet
A TableEventSet object that specifies the set of table events.