XmlRead 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
    More...

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 XmlRead
'Usage
Dim instance As XmlRead
[ComVisibleAttribute(false)]
public class XmlRead
[ComVisibleAttribute(false)]
public ref class XmlRead
[<ComVisibleAttribute(false)>]
type XmlRead =  class end
public class XmlRead

The XmlRead type exposes the following members.

Constructors

  Name Description
Public method XmlRead() Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method XmlRead(XmlRead) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method XmlRead(ServerVersion, String, DatabaseEngineType) Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes an instance of the T:Microsoft.SqlServer.Managment.Sdk.Sfc.XmlRead class with the specified version, alias, and type of the Database Engine.

Top

Properties

  Name Description
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.
Protected property Closed Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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.
Protected property Reader 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.

Top

Methods

  Name Description
Public method Close Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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.
Protected methodStatic member GetFields Adds the specified value of fields in the xml. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Protected method GetTextOfElement Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetType (Inherited from Object.)
Protected method IsElementWithCheckVersion Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method Skip Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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.