ColumnCollection.Item Property (String)
Gets a Column object in the collection by name.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- name
-
Type:
System.String
A String value that specifies the name of the Column object in the ColumnCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.ColumnA Column object value that represents the column.
Show: