Compartir a través de


IndexCollection.Add Método

Adds an Index object to the IndexCollection collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    index As Index _
)
'Uso
Dim instance As IndexCollection 
Dim index As Index

instance.Add(index)
public void Add(
    Index index
)
public:
void Add(
    Index^ index
)
member Add : 
        index:Index -> unit
public function Add(
    index : Index
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

IndexCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo