Compartir a través de


XmlUtility.GoUpOneLevel Método

Reads a specified value until the execution goes up one 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 GoUpOneLevel ( _
    reader As XmlTextReader _
) As Boolean
'Uso
Dim reader As XmlTextReader 
Dim returnValue As Boolean 

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

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the execution goes up one level; otherwise, false.

Vea también

Referencia

XmlUtility Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc