不要直接在程式碼中參照此成員。其支援 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, _
overrideFlags As Boolean _
) As String
'用途
Dim instance As SqlObjectBase
Dim name As String
Dim overrideFlags As Boolean
Dim returnValue As String
returnValue = instance.AddOrderByProperty(name, _
overrideFlags)
public virtual string AddOrderByProperty(
string name,
bool overrideFlags
)
public:
virtual String^ AddOrderByProperty(
String^ name,
bool overrideFlags
)
abstract AddOrderByProperty :
name:string *
overrideFlags:bool -> string
override AddOrderByProperty :
name:string *
overrideFlags:bool -> string
public function AddOrderByProperty(
name : String,
overrideFlags : boolean
) : String
參數
- name
型別:System.String
A String that specifies the name of the property.
- overrideFlags
型別:System.Boolean
true to uncheck the overrideFlags; otherwise, false.
傳回值
型別:System.String
The information that the TSQL is ordered by the property name.