Méthode AddOrderByProperty (String)
Adds an order by the property of the object. Ne référencez pas directement 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 _
) As String
'Utilisation
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
Paramètres
- name
Type : System. . :: . .String
The name of the property.
Valeur de retour
Type : System. . :: . .String
A string that represents the added order by the property of the object.