Constructeur Request (Urn, array<String[], array<OrderBy )
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
urn As Urn, _
fields As String(), _
orderBy As OrderBy() _
)
'Utilisation
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[]
)
Paramètres
- 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.