Compartir a través de


SqlObjectBase.AddOrderByProperty Método (String)

Adds an order by the property of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overridable Function AddOrderByProperty ( _
    name As String _
) As String
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

SqlObjectBase Clase

Sobrecarga de AddOrderByProperty

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc