Конструктор 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.