Método Add
Adds an Index object to the IndexCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.
Consulte também