SqlRequest 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.
SqlRequest extends the enuemrator Request with sql extension specific fields
[System.Runtime.InteropServices.ComVisible(false)]
public class SqlRequest : Microsoft.SqlServer.Management.Sdk.Sfc.Request
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlRequest = class
inherit Request
Public Class SqlRequest
Inherits Request
- Inheritance
- Attributes
Constructors
SqlRequest() |
default constructor |
SqlRequest(Request) |
initialize from a Request |
Properties
Fields |
properties to be brought back (Inherited from PropertiesRequest) |
LinkFields |
get the list of link fields |
OrderByList |
list of order by clauses (Inherited from PropertiesRequest) |
ParentPropertiesRequests |
the list of properties requested for the upper levels (Inherited from Request) |
PropertyAlias |
describes how the property names will be aliased (Inherited from PropertiesRequest) |
RequestFieldsTypes |
RequestFieldsTypes describes what the list of fields means (Inherited from PropertiesRequest) |
ResolveDatabases |
if false the database level does not special processing |
ResultType |
the requested ResultType (Inherited from Request) |
Urn |
XPath expression (Inherited from Request) |
Methods
SetLinkFields(ArrayList) |
set a list of link fields ( will we need to be have thei value resolved ) |