Метод IndexCollection.Remove (Index)
Removes an Index object from the IndexCollection collection.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
index As Index _
)
'Применение
Dim instance As IndexCollection
Dim index As Index
instance.Remove(index)
public void Remove(
Index index
)
public:
void Remove(
Index^ index
)
member Remove :
index:Index -> unit
public function Remove(
index : Index
)
Параметры
- index
Тип: Microsoft.SqlServer.Management.Smo.Index
An Index object value that specifies the index to be removed from the IndexCollection collection.