Partilhar via


Método SqlObjectBase.AddOrderByProperty (String, Boolean)

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, _
    overrideFlags As Boolean _
) As String
'Uso
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

Parâmetros

  • overrideFlags
    Tipo: System.Boolean
    true to uncheck the overrideFlags; otherwise, false.

Valor de retorno

Tipo: System.String
The information that the TSQL is ordered by the property name.

Consulte também

Referência

SqlObjectBase Classe

Sobrecarregado AddOrderByProperty

Namespace Microsoft.SqlServer.Management.Sdk.Sfc