Request Class

Definition

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)

initalize with xpath

Request(Urn, String[])

initialize with xpath and requeste fields list

Request(Urn, String[], OrderBy[])

initialize with xpath and requeste fields list

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

Applies to