Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
urn As Urn, _
fields As String(), _
orderBy As OrderBy() _
)
'Usage
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[]
)
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath to be queried for.
- fields
Type: array<System.String[]
The requested fields list.
- orderBy
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
The order arranged by clauses.