OrderBy Constructor (String, OrderBy.Direction)

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Syntax

'Declaration
Public Sub New ( _
    field As String, _
    dir As Direction _
)
public OrderBy (
    string field,
    Direction dir
)
public:
OrderBy (
    String^ field, 
    Direction dir
)
public OrderBy (
    String field, 
    Direction dir
)
public function OrderBy (
    field : String, 
    dir : Direction
)

Parameters

  • field
  • dir

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

OrderBy Class
OrderBy Members
Microsoft.SqlServer.Management.Smo Namespace