Request Class
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.
The Request encapsulates the request options
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class Request : Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type Request = class
inherit PropertiesRequest
Public Class Request
Inherits PropertiesRequest
- Inheritance
- Derived
- Attributes
Constructors
Request() |
default constructor |
Request(Urn, String[], OrderBy[]) |
initialize with xpath and requeste fields list |
Request(Urn, String[]) |
initialize with xpath and requeste fields list |
Request(Urn) |
initalize with xpath |
Properties
Fields |
properties to be brought back (Inherited from PropertiesRequest) |
OrderByList |
list of order by clauses (Inherited from PropertiesRequest) |
ParentPropertiesRequests |
the list of properties requested for the upper levels |
PropertyAlias |
describes how the property names will be aliased (Inherited from PropertiesRequest) |
RequestFieldsTypes |
RequestFieldsTypes describes what the list of fields means (Inherited from PropertiesRequest) |
ResultType |
the requested ResultType |
Urn |
XPath expression |