Index.Create Método
Creates an index on the instance of SQL Server as defined by the Index object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Create
'Uso
Dim instance As Index
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()
Implementa
Ejemplos
[!NOTA]
Indexes based partly on the UserDefinedTableType object cannot be created and running this method will generate an exception.
Crear, modificar y eliminar índices
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo