不要直接在程式碼中參照此成員。其支援 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[]
)
參數
- urn
型別:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath to be queried for.
- fields
型別:array<System.String[]
The requested fields list.
- orderBy
型別:array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
The order arranged by clauses.