Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the OrderColumn object with the specified ID.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function ItemById ( _
id As Integer _
) As OrderColumn
'Usage
Dim instance As OrderColumnCollection
Dim id As Integer
Dim returnValue As OrderColumn
returnValue = instance.ItemById(id)
public OrderColumn ItemById(
int id
)
public:
OrderColumn^ ItemById(
int id
)
member ItemById :
id:int -> OrderColumn
public function ItemById(
id : int
) : OrderColumn
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.