Метод Index.Disable
Disables the index.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Disable
'Применение
Dim instance As Index
instance.Disable()
public void Disable()
public:
void Disable()
member Disable : unit -> unit
public function Disable()
Замечания
![]() |
---|
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception. |
Примеры
Создание, изменение и удаление индексов
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo