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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFirstElementOnLevel | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GoDownOneLevel | Reads until the execution goes down one level. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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. | |
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. | |
MemberwiseClone | (Inherited from Object.) | |
SelectChildrenByAttribute | Selects the children elements by attribute. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SelectChildrenByName | Selects the children elements by name. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SelectElementByName | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SelectNextElement(XmlTextReader) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SelectNextElement(XmlTextReader, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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. | |
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. | |
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.