PropertiesRequest 构造函数 (String[], OrderBy[])
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
fields As String(), _
orderBy As OrderBy() _
)
用法
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[]
)
参数
- fields
类型:array<System. . :: . .String> [] () [] []
A string that represents the list of fields.
- orderBy
类型:array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .OrderBy> [] () [] []
The order information of the properties request.