XmlReadSettings Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.XmlRead
    Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadSettings

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class XmlReadSettings _
    Inherits XmlRead
'Usage
Dim instance As XmlReadSettings
[ComVisibleAttribute(false)]
public class XmlReadSettings : XmlRead
[ComVisibleAttribute(false)]
public ref class XmlReadSettings : public XmlRead
[<ComVisibleAttribute(false)>]
type XmlReadSettings =  
    class
        inherit XmlRead
    end
public class XmlReadSettings extends XmlRead

The XmlReadSettings type exposes the following members.

Constructors

  Name Description
Public method XmlReadSettings Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property AdditionalFilter Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Alias Gets or sets the alias name of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Protected property Closed Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Public property DatabaseEngineType Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the type of the Database Engine. (Inherited from XmlRead.)
Public property Distinct Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property FailCondition Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property HasPropertyLink Gets a value that indicates whether the current setting contains a property link. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Include Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property MainTable Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property OrderByRedirect Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property ParentLink Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Postfix Gets the specified postfix of the settings. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property PostProcess Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Prefix Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property PropertyLink Gets the property link needed in the process. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected property Reader Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Public property RequestParentSelect Gets the selected parent of an object in the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property SpecialQuery Gets the process that executes the special query. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Version Gets or sets a specified version. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)

Top

Methods

  Name Description
Public method Close Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetAliasString Assigns a value for the Alias string. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Public method GetHashCode (Inherited from Object.)
Protected method GetTextOfElement Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Public method GetType (Inherited from Object.)
Protected method IsElementWithCheckVersion Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Skip Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from XmlRead.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.