Свойство AlterIndex
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 AlterIndex As TableEvent
Get
'Применение
Dim value As TableEvent
value = TableEvent.AlterIndex
public static TableEvent AlterIndex { get; }
public:
static property TableEvent^ AlterIndex {
TableEvent^ get ();
}
static member AlterIndex : TableEvent
static function get AlterIndex () : TableEvent
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the AlterIndex event that can be included in the table event set.
См. также