Metodo AddOrderByProperty (String, Boolean)
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Overridable Function AddOrderByProperty ( _
name As String, _
overrideFlags As Boolean _
) As String
'Utilizzo
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
Parametri
- name
Tipo: System. . :: . .String
A String that specifies the name of the property.
- overrideFlags
Tipo: System. . :: . .Boolean
true to uncheck the overrideFlags; otherwise, false.
Valore restituito
Tipo: System. . :: . .String
The information that the TSQL is ordered by the property name.
Vedere anche