Table.Events Property
Gets the events that are associated with the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As TableEvents
Get
'Usage
Dim instance As Table
Dim value As TableEvents
value = instance.Events
public TableEvents Events { get; }
public:
property TableEvents^ Events {
TableEvents^ get ();
}
member Events : TableEvents
function get Events () : TableEvents
Property Value
Type: Microsoft.SqlServer.Management.Smo.TableEvents
A TableEvents object that represents the table events.
See Also