ColumnCollection.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(Column) | |
Add(Column, Int32) | |
Add(Column, String) |
Add(Column)
public void Add (Microsoft.SqlServer.Management.Smo.Column column);
member this.Add : Microsoft.SqlServer.Management.Smo.Column -> unit
Public Sub Add (column As Column)
Parameters
- column
- Column