Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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
- reader
Tipo: System.Xml.XmlTextReader
The text reader to use.
Valor de retorno
Tipo: System.Boolean
true if the reader selects the next element on the same level; otherwise, false.