Compartilhar via


Método SqlObjectBase.AddOrderByProperty (String)

Adds an order by the property of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

SqlObjectBase Classe

Sobrecarregado AddOrderByProperty

Namespace Microsoft.SqlServer.Management.Sdk.Sfc