Clase XmlUtility
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.XmlUtility
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public Class XmlUtility
'Uso
Dim instance As XmlUtility
[ComVisibleAttribute(false)]
public class XmlUtility
[ComVisibleAttribute(false)]
public ref class XmlUtility
[<ComVisibleAttribute(false)>]
type XmlUtility = class end
public class XmlUtility
El tipo XmlUtility expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetFirstElementOnLevel | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
GoDownOneLevel | Reads until the execution goes down one level. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GoUpOneLevel | Reads a specified value until the execution goes up one level. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
IsElement | Indicates whether the current entity is an element with the given name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
MemberwiseClone | (Se hereda de Object.) | |
SelectChildrenByAttribute | Selects the children elements by attribute. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SelectChildrenByName | Selects the children elements by name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SelectElementByName | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SelectNextElement(XmlTextReader) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SelectNextElement(XmlTextReader, String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SelectNextElementOnLevel | Indicates whether the reader selects the next element on the same level. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SelectNextSibling | Indicates whether the reader selects the next sibling of the current element. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.