Share via


XmlUtility 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.XmlUtility

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

The XmlUtility type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetFirstElementOnLevel Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member GoDownOneLevel Reads until the execution goes down one level. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member GoUpOneLevel Reads a specified value until the execution goes up one level. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member IsElement Indicates whether the current entity is an element with the given name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member SelectChildrenByAttribute Selects the children elements by attribute. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SelectChildrenByName Selects the children elements by name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SelectElementByName Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SelectNextElement(XmlTextReader) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SelectNextElement(XmlTextReader, String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SelectNextElementOnLevel Indicates whether the reader selects the next element on the same level. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public methodStatic member SelectNextSibling Indicates whether the reader selects the next sibling of the current element. 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.