XmlUtility.GoDownOneLevel Método

Definición

Sobrecargas

Nombre Description
GoDownOneLevel(XmlTextReader)

leer hasta que bajamos un nivel

GoDownOneLevel(XmlTextReader)

leer hasta que bajamos un nivel

GoDownOneLevel(XmlTextReader)

leer hasta que bajamos un nivel

public static bool GoDownOneLevel(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader);
static member GoDownOneLevel : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader -> bool
Public Shared Function GoDownOneLevel (reader As XmlTextReader) As Boolean

Parámetros

reader
XmlTextReader

Devoluciones

Se aplica a

GoDownOneLevel(XmlTextReader)

leer hasta que bajamos un nivel

public static bool GoDownOneLevel(System.Xml.XmlTextReader reader);
static member GoDownOneLevel : System.Xml.XmlTextReader -> bool
Public Shared Function GoDownOneLevel (reader As XmlTextReader) As Boolean

Parámetros

reader
XmlTextReader

Devoluciones

Se aplica a