Свойство TableEvent.DropIndex
Gets a table event that can be included in the event set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property DropIndex As TableEvent
Get
'Применение
Dim value As TableEvent
value = TableEvent.DropIndex
public static TableEvent DropIndex { get; }
public:
static property TableEvent^ DropIndex {
TableEvent^ get ();
}
static member DropIndex : TableEvent
static function get DropIndex () : TableEvent
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the DropIndex event that can be included in the table event set.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo