Freigeben über


SqlObjectBase.AddOrderByProperty-Methode (String)

Adds an order by the property of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

SqlObjectBase Klasse

AddOrderByProperty-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace