Metoda SqlObjectBase.AddOrderByProperty (String)
Dodaje zamówienia właściwość obiektu.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Overridable Function AddOrderByProperty ( _
name As String _
) As String
'Użycie
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
Parametry
- name
Typ: System.String
Nazwa właściwość.
Wartość zwracana
Typ: System.String
Ciąg, który reprezentuje kolejności dodanych przez właściwość obiektu.