ColumnCollection.Add Method (Column, String)
SQL Server 2012
Adds a Column object to the ColumnCollection collection after a specified Column object currently in the ColumnCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- column
- Type: Microsoft.SqlServer.Management.Smo.Column
A Column object that already exists in the collection after which the new Column object is inserted.
- insertAtColumnName
- Type: System.String
A string value that specifies the name of the Column object, currently in the collection, after which to insert the new Column.