Compartir a través de


SqlObjectBase.AddOrderByProperty Método (String, Boolean)

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, _
    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 devuelto

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

Vea también

Referencia

SqlObjectBase Clase

Sobrecarga de AddOrderByProperty

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