XmlUtility-Klasse
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Vererbungshierarchie
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
Der XmlUtility-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetFirstElementOnLevel | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
GoDownOneLevel | Reads until the execution goes down one level. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
GoUpOneLevel | Reads a specified value until the execution goes up one level. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
IsElement | Indicates whether the current entity is an element with the given name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
MemberwiseClone | (Geerbt von Object.) | |
SelectChildrenByAttribute | Selects the children elements by attribute. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SelectChildrenByName | Selects the children elements by name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SelectElementByName | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SelectNextElement(XmlTextReader) | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SelectNextElement(XmlTextReader, String) | Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SelectNextElementOnLevel | Indicates whether the reader selects the next element on the same level. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SelectNextSibling | Indicates whether the reader selects the next sibling of the current element. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.