This topic has not yet been rated - Rate this topic

OrderColumnCollection.ItemById Method

Returns the OrderColumn object with the specified ID.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public OrderColumn ItemById(
	int id
)

Parameters

id
Type: System.Int32
The ID of the OrderColumn.

Return Value

Type: Microsoft.SqlServer.Management.Smo.OrderColumn
The OrderColumn object with the specified ID.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.