共用方式為


Request 建構函式 (Urn, array<String[], array<OrderBy )

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    urn As Urn, _
    fields As String(), _
    orderBy As OrderBy() _
)
'用途
Dim urn As Urn 
Dim fields As String()
Dim orderBy As OrderBy()

Dim instance As New Request(urn, fields, _
    orderBy)
public Request(
    Urn urn,
    string[] fields,
    OrderBy[] orderBy
)
public:
Request(
    Urn^ urn, 
    array<String^>^ fields, 
    array<OrderBy^>^ orderBy
)
new : 
        urn:Urn * 
        fields:string[] * 
        orderBy:OrderBy[] -> Request
public function Request(
    urn : Urn, 
    fields : String[], 
    orderBy : OrderBy[]
)

參數

  • fields
    型別:array<System.String[]
    The requested fields list.

請參閱

參考

Request 類別

Request 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間