Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the table events to receive.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SubscribeToEvents ( _
events As TableEventSet _
)
'Usage
Dim instance As TableEvents
Dim events As TableEventSet
instance.SubscribeToEvents(events)
public void SubscribeToEvents(
TableEventSet events
)
public:
void SubscribeToEvents(
TableEventSet^ events
)
member SubscribeToEvents :
events:TableEventSet -> unit
public function SubscribeToEvents(
events : TableEventSet
)
Parameters
- events
Type: Microsoft.SqlServer.Management.Smo.TableEventSet
A TableEventSet object that specifies the set of events to receive.
Remarks
Events are sent to the event handlers that are registered with the ServerEvent event.