Partilhar via


Método SelectNextSibling

Indicates whether the reader selects the next sibling of the current element. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Shared Function SelectNextSibling ( _
    reader As XmlTextReader _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

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