XmlUtility 類別
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..XmlUtility
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Class XmlUtility
'用途
Dim instance As XmlUtility
[ComVisibleAttribute(false)]
public class XmlUtility
[ComVisibleAttribute(false)]
public ref class XmlUtility
[<ComVisibleAttribute(false)>]
type XmlUtility = class end
public class XmlUtility
XmlUtility 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetFirstElementOnLevel | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
GoDownOneLevel | Reads until the execution goes down one level. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
GoUpOneLevel | Reads a specified value until the execution goes up one level. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
IsElement | Indicates whether the current entity is an element with the given name. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
MemberwiseClone | (繼承自 Object。) | |
SelectChildrenByAttribute | Selects the children elements by attribute. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
SelectChildrenByName | Selects the children elements by name. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
SelectElementByName | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
SelectNextElement(XmlTextReader) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
SelectNextElement(XmlTextReader, String) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
SelectNextElementOnLevel | Indicates whether the reader selects the next element on the same level. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
SelectNextSibling | Indicates whether the reader selects the next sibling of the current element. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。