Condividi tramite


Proprietà Table.Events

Gets the events that are associated with the table.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As TableEvents 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Table Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Tabelle

CREATE TABLE (Transact-SQL)