OrderColumnCollection.Item Property (Int32)
SQL Server 2012
Gets an OrderColumn object at the specified index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- index
- Type: System.Int32
A number representing the index of the object.
Property Value
Type: Microsoft.SqlServer.Management.Smo.OrderColumnAn OrderColumn which corresponds to the specified index.
