IndexedColumnCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- indexedColumn
- IndexedColumn
Applies to
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)
Parameters
- indexedColumn
- IndexedColumn
- insertAtPosition
- Int32
Applies to
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)
Parameters
- indexedColumn
- IndexedColumn
- insertAtColumnName
- String