Partilhar via


Método XmlUtility.GoUpOneLevel

Reads a specified value until the execution goes up one 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 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 de retorno

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

Consulte também

Referência

XmlUtility Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc