IndexedColumnCollection.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- indexedColumn
- IndexedColumn
適用於
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)
參數
- indexedColumn
- IndexedColumn
- insertAtPosition
- Int32
適用於
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)
參數
- indexedColumn
- IndexedColumn
- insertAtColumnName
- String