IndexedColumnCollection.Item Property
Gets an IndexedColumn object in the collection by name or by index number.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Name | Description | |
---|---|---|
![]() | Item[Int32] | Gets an IndexedColumn object in the collection by index number. |
![]() | Item[String] | Gets an IndexedColumn object in the collection by name. |
Show: