SqlObjectBase.AddOrderByProperty Method (String)
Adds an order by the property of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overridable Function AddOrderByProperty ( _
name As String _
) As String
'Usage
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
Parameters
- name
Type: System.String
The name of the property.
Return Value
Type: System.String
A string that represents the added order by the property of the object.