IndexedColumnCollection.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Add(IndexedColumn) | |
| Add(IndexedColumn, Int32) | |
| Add(IndexedColumn, String) |
Add(IndexedColumn)
public void Add(Microsoft.SqlServer.Management.Smo.IndexedColumn indexedColumn);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedColumn -> unit
Public Sub Add (indexedColumn As IndexedColumn)
Paramètres
- indexedColumn
- IndexedColumn
S’applique à
Add(IndexedColumn, Int32)
public void Add(Microsoft.SqlServer.Management.Smo.IndexedColumn indexedColumn, int insertAtPosition);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedColumn * int -> unit
Public Sub Add (indexedColumn As IndexedColumn, insertAtPosition As Integer)
Paramètres
- indexedColumn
- IndexedColumn
- insertAtPosition
- Int32
S’applique à
Add(IndexedColumn, String)
public void Add(Microsoft.SqlServer.Management.Smo.IndexedColumn indexedColumn, string insertAtColumnName);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedColumn * string -> unit
Public Sub Add (indexedColumn As IndexedColumn, insertAtColumnName As String)
Paramètres
- indexedColumn
- IndexedColumn
- insertAtColumnName
- String