共用方式為


XmlUtility.SelectNextSibling 方法

Indicates whether the reader selects the next sibling of the current element. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function SelectNextSibling ( _
    reader As XmlTextReader _
) As Boolean
'用途
Dim reader As XmlTextReader 
Dim returnValue As Boolean 

returnValue = XmlUtility.SelectNextSibling(reader)
public static bool SelectNextSibling(
    XmlTextReader reader
)
public:
static bool SelectNextSibling(
    XmlTextReader^ reader
)
static member SelectNextSibling : 
        reader:XmlTextReader -> bool
public static function SelectNextSibling(
    reader : XmlTextReader
) : boolean

參數

傳回值

型別:System.Boolean
true if the reader selects the next sibling of the current element; otherwise, false.

請參閱

參考

XmlUtility 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間