Metodo XmlUtility.GoUpOneLevel

Reads a specified value until the execution goes up one level. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Shared Function GoUpOneLevel ( _
    reader As XmlTextReader _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

XmlUtility Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc