PropertiesRequest-Konstruktor (String[], OrderBy[])
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
fields As String(), _
orderBy As OrderBy() _
)
'Usage
Dim fields As String()
Dim orderBy As OrderBy()
Dim instance As New PropertiesRequest(fields, _
orderBy)
public PropertiesRequest(
string[] fields,
OrderBy[] orderBy
)
public:
PropertiesRequest(
array<String^>^ fields,
array<OrderBy^>^ orderBy
)
new :
fields:string[] *
orderBy:OrderBy[] -> PropertiesRequest
public function PropertiesRequest(
fields : String[],
orderBy : OrderBy[]
)
Parameter
- fields
Typ: array<System. . :: . .String> [] () [] []
A string that represents the list of fields.
- orderBy
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .OrderBy> [] () [] []
The order information of the properties request.