共用方式為


ViewEvents.SubscribeToEvents 方法 (ViewEventSet)

Specifies the view events to receive.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub SubscribeToEvents ( _
    events As ViewEventSet _
)
'用途
Dim instance As ViewEvents 
Dim events As ViewEventSet

instance.SubscribeToEvents(events)
public void SubscribeToEvents(
    ViewEventSet events
)
public:
void SubscribeToEvents(
    ViewEventSet^ events
)
member SubscribeToEvents : 
        events:ViewEventSet -> unit
public function SubscribeToEvents(
    events : ViewEventSet
)

參數

備註

Events are sent to the event handlers that are registered with the OnEvent statement.

範例

處理 SMO 事件

請參閱

參考

ViewEvents 類別

SubscribeToEvents 多載

Microsoft.SqlServer.Management.Smo 命名空間