Konstruktor PropertiesRequest (array<String[], array<OrderBy[])
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Sub New ( _
fields As String(), _
orderBy As OrderBy() _
)
'Użycie
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[]
)
Parametry
- fields
Typ: array<System.String[]
Ciąg, który reprezentuje listy pól.
- orderBy
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
Żądanie właściwości informacje o zamówieniach.