Partager via


Méthode SqlObjectBase.AddOrderByProperty (String, Boolean)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overridable Function AddOrderByProperty ( _
    name As String, _
    overrideFlags As Boolean _
) As String
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

SqlObjectBase Classe

Surcharge AddOrderByProperty

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc