Request Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Request() |
default constructor |
Request(Urn) |
initalize with xpath |
Request(Urn, String[]) |
initialize with xpath and requeste fields list |
Request(Urn, String[], OrderBy[]) |
initialize with xpath and requeste fields list |
Request()
default constructor
public Request ();
Public Sub New ()
Applies to
Request(Urn)
initalize with xpath
public Request (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn);
new Microsoft.SqlServer.Management.Sdk.Sfc.Request : Microsoft.SqlServer.Management.Sdk.Sfc.Urn -> Microsoft.SqlServer.Management.Sdk.Sfc.Request
Public Sub New (urn As Urn)
Parameters
- urn
- Urn
the xpath to be queried for
Applies to
Request(Urn, String[])
initialize with xpath and requeste fields list
public Request (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, string[] fields);
new Microsoft.SqlServer.Management.Sdk.Sfc.Request : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Request
Public Sub New (urn As Urn, fields As String())
Parameters
- urn
- Urn
the xpath to be queried for
- fields
- String[]
requeste fields list
Applies to
Request(Urn, String[], OrderBy[])
initialize with xpath and requeste fields list
public Request (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, string[] fields, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] orderBy);
new Microsoft.SqlServer.Management.Sdk.Sfc.Request : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> Microsoft.SqlServer.Management.Sdk.Sfc.Request
Public Sub New (urn As Urn, fields As String(), orderBy As OrderBy())
Parameters
- urn
- Urn
the xpath to be queried for
- fields
- String[]
requeste fields list
- orderBy
- OrderBy[]
order by clauses