ColumnCollection.Add Method (Column)
SQL Server 2012
Adds a Column object to 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 value that specifies the column to be added to the ColumnCollection collection.
