Partager via


Méthode SelectNextSibling

Indicates whether the reader selects the next sibling of the current element. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function SelectNextSibling ( _
    reader As XmlTextReader _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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