Свойство Events
Gets the events associated with the view.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Events As ViewEvents
Get
'Применение
Dim instance As View
Dim value As ViewEvents
value = instance.Events
public ViewEvents Events { get; }
public:
property ViewEvents^ Events {
ViewEvents^ get ();
}
member Events : ViewEvents
function get Events () : ViewEvents
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ViewEvents
A ViewEvents object that represents the view events.
См. также