Freigeben über


XmlUtility.GoUpOneLevel-Methode

Reads a specified value until the execution goes up one level. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

XmlUtility Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace