OrderBy 類別
Indicates the member by which to order results of a query and the direction, ascending or descending. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
繼承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OrderBy
'用途
Dim instance As OrderBy
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OrderBy
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OrderBy
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OrderBy = class end
public class OrderBy
OrderBy 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
OrderBy() | Intializes a new instance of the OrderBy object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
OrderBy(String, OrderBy.Direction) | Intializes a new instance of the OrderBy object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層
屬性
名稱 | 說明 | |
---|---|---|
Dir | Gets or sets a OrderBy.Direction object that indicates the direction, ascending or descending order of results. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Field | Gets or sets a string value that specifies the field by which to order results of a query. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。