Compartilhar via


Propriedade do RDL Table.Events

Gets the events that are associated with the table.

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

Sintaxe

'Declaração
Public ReadOnly Property Events As TableEvents 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Table Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Tabelas

CREATE TABLE (Transact-SQL)