Partilhar via


Método SelectNextElementOnLevel

Indicates whether the reader selects the next element on the same level. 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 SelectNextElementOnLevel ( _
    reader As XmlTextReader _
) As Boolean
'Uso
Dim reader As XmlTextReader
Dim returnValue As Boolean

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

Parâmetros

Valor de retorno

Tipo: System. . :: . .Boolean
true if the reader selects the next element on the same level; otherwise, false.