Compartir a través de


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

ICreatable.Create()

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

Index Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Índices

CREATE INDEX (Transact-SQL)