Поделиться через


Свойство Events

Gets the index events supported by the Index object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Events As IndexEvents
    Get
'Применение
Dim instance As Index
Dim value As IndexEvents

value = instance.Events
public IndexEvents Events { get; }
public:
property IndexEvents^ Events {
    IndexEvents^ get ();
}
member Events : IndexEvents
function get Events () : IndexEvents

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo. . :: . .IndexEvents
An IndexEvents object that represents the index events supported by the Index object.