Construtor Request (Urn, array<String[], array<OrderBy )
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
urn As Urn, _
fields As String(), _
orderBy As OrderBy() _
)
'Uso
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[]
)
Parâmetros
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath to be queried for.
- fields
Tipo: array<System.String[]
The requested fields list.
- orderBy
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
The order arranged by clauses.