Table.Events Property

 

Applies To: SQL Server 2016 Preview

Gets the events that are associated with the table.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public TableEvents Events { get; }
public:
property TableEvents^ Events {
    TableEvents^ get();
}
member Events : TableEvents with get
Public ReadOnly Property Events As TableEvents

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvents

A TableEvents object that represents the table events.

See Also

Table Class
Microsoft.SqlServer.Management.Smo Namespace

CREATE TABLE (Transact-SQL)
Unable to find linked topic '811e00f9-303f-42b5-8bd4-2cdb829c84e9'.

Return to top