IndexedColumnCollection.Add Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | 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)
Parâmetros
- indexedColumn
- IndexedColumn
Aplica-se a
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)
Parâmetros
- indexedColumn
- IndexedColumn
- insertAtPosition
- Int32
Aplica-se a
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)
Parâmetros
- indexedColumn
- IndexedColumn
- insertAtColumnName
- String