Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overridable Function AddOrderByProperty ( _
name As String, _
overrideFlags As Boolean _
) As String
'Usage
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
Parameter
- name
Typ: System.String
A String that specifies the name of the property.
- overrideFlags
Typ: System.Boolean
true to uncheck the overrideFlags; otherwise, false.
Rückgabewert
Typ: System.String
The information that the TSQL is ordered by the property name.