Drop Método
Drops the index.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Drop
'Uso
Dim instance As Index
instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit
override Drop : unit -> unit
public final function Drop()
Implementa
Notas
[!NOTA]
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception.
Vea también