Freigeben über


XmlReadSpecialQuery Class

Definition

class to read a special query

[System.Runtime.InteropServices.ComVisible(false)]
public class XmlReadSpecialQuery : Microsoft.SqlServer.Management.Sdk.Sfc.XmlRead
[System.Runtime.InteropServices.ComVisible(false)]
public class XmlReadSpecialQuery : Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadConditionedStatement
[<System.Runtime.InteropServices.ComVisible(false)>]
type XmlReadSpecialQuery = class
    inherit XmlRead
[<System.Runtime.InteropServices.ComVisible(false)>]
type XmlReadSpecialQuery = class
    inherit XmlReadConditionedStatement
Public Class XmlReadSpecialQuery
Inherits XmlRead
Public Class XmlReadSpecialQuery
Inherits XmlReadConditionedStatement
Inheritance
XmlReadSpecialQuery
Inheritance
Attributes

Constructors

XmlReadSpecialQuery(XmlRead)

initialize with reader

Fields

ATTR_CLOUD_MAX_BUILD (Inherited from XmlRead)
ATTR_CLOUD_MAX_MAJOR (Inherited from XmlRead)
ATTR_CLOUD_MAX_MINOR (Inherited from XmlRead)
ATTR_CLOUD_MIN_BUILD (Inherited from XmlRead)
ATTR_CLOUD_MIN_MAJOR (Inherited from XmlRead)
ATTR_CLOUD_MIN_MINOR (Inherited from XmlRead)
ATTR_DATAWAREHOUSE_ENABLED (Inherited from XmlRead)
ATTR_MAX_BUILD (Inherited from XmlRead)
ATTR_MAX_MAJOR (Inherited from XmlRead)
ATTR_MAX_MINOR (Inherited from XmlRead)
ATTR_MIN_BUILD (Inherited from XmlRead)
ATTR_MIN_MAJOR (Inherited from XmlRead)
ATTR_MIN_MINOR (Inherited from XmlRead)

Properties

Alias

an alias that is to be used when parsing the file

(Inherited from XmlRead)
Closed

true if the current element has been fully read

(Inherited from XmlRead)
Database

get attribute - database name

DatabaseEngineEdition

The DatabaseEngineEdition of the connection

(Inherited from XmlRead)
DatabaseEngineType

get database engine type

(Inherited from XmlRead)
Fields

get attribute - list of triggering fields

(Inherited from XmlReadConditionedStatement)
MultipleLink

read multiple_link

(Inherited from XmlReadConditionedStatement)
Query

get attribute - query

Reader

get the XmlTextReader

(Inherited from XmlRead)
Sql

get attribute - tsql

(Inherited from XmlReadConditionedStatement)
Version

get server version

(Inherited from XmlRead)

Methods

Close()

finish parsing this element; step until the next element

(Inherited from XmlRead)
GetAliasString(String)

apply the alias on the string str and return the result

(Inherited from XmlRead)
GetTextOfElement()

reads the text of the current element if available it assumes the curent element is empty or has inside it either a text node or an element node. probably a link_multiple.

(Inherited from XmlRead)
IsElementWithCheckVersion(String)

Check if the current Element has the specified name, skipping any version elements along the way for which the version requirements aren't met

(Inherited from XmlRead)
Next()
Next(String)

step to the next element with the given name

(Inherited from XmlReadRepeated)
Skip()

skip this element

(Inherited from XmlRead)

Applies to