StatementBuilder.AddOrderBy 方法 (String)

Adds a new syntax to the ORDER BY clause

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub AddOrderBy ( _
    str As String _
)
用法
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
)

参数

  • str
    类型:System.String
    A string used to order the elements.

请参阅

参考

StatementBuilder 类

AddOrderBy 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间