IndexedColumnCollection.Add Methode

Definition

Überlädt

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)

Parameter

indexedColumn
IndexedColumn

Gilt für:

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)

Parameter

indexedColumn
IndexedColumn
insertAtPosition
Int32

Gilt für:

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)

Parameter

indexedColumn
IndexedColumn
insertAtColumnName
String

Gilt für: