Freigeben über


SelectNextSibling-Methode

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.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function SelectNextSibling ( _
    reader As XmlTextReader _
) As Boolean
'Usage
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

Parameter

Rückgabewert

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