Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a new syntax to the ORDER BY clause
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddOrderBy ( _
str As String _
)
'Usage
Dim instance As StatementBuilder
Dim str As String
instance.AddOrderBy(str)
public void AddOrderBy(
string str
)
public:
void AddOrderBy(
String^ str
)
member AddOrderBy :
str:string -> unit
public function AddOrderBy(
str : String
)
Parameters
- str
Type: System.String
A string used to order the elements.