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
參數
- name
型別:System.String
The name of the property.
傳回值
型別:System.String
A string that represents the added order by the property of the object.