Свойство Events
Gets the events that are associated with the table.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Events As TableEvents
Get
'Применение
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
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .TableEvents
A TableEvents object that represents the table events.
См. также