Freigeben über


Table.Events-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.TableEvents
A TableEvents object that represents the table events.

Siehe auch

Verweis

Table Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Tabellen

CREATE TABLE (Transact-SQL)