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