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
- index
Tipo: Microsoft.SqlServer.Management.Smo.Index
An Index object value that is to be added into the IndexCollection collection.