XmlUtility.SelectNextElementOnLevel Método
Indicates whether the reader selects the next element on the same level. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
true if the reader selects the next element on the same level; otherwise, false.