共用方式為


SqlObjectBase.AddOrderByProperty 方法 (String)

Adds an order by the property of the object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Overridable Function AddOrderByProperty ( _
    name As String _
) As String
'用途
Dim instance As SqlObjectBase 
Dim name As String 
Dim returnValue As String 

returnValue = instance.AddOrderByProperty(name)
public virtual string AddOrderByProperty(
    string name
)
public:
virtual String^ AddOrderByProperty(
    String^ name
)
abstract AddOrderByProperty : 
        name:string -> string  
override AddOrderByProperty : 
        name:string -> string
public function AddOrderByProperty(
    name : String
) : String

參數

傳回值

型別:System.String
A string that represents the added order by the property of the object.

請參閱

參考

SqlObjectBase 類別

AddOrderByProperty 多載

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