XmlUtility.GoUpOneLevel Method (XmlTextReader)

 

Applies To: SQL Server 2016 Preview

Reads a specified value until the execution goes up one level. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

public static bool GoUpOneLevel(
    XmlTextReader reader
)
public:
static bool GoUpOneLevel(
    XmlTextReader^ reader
)
static member GoUpOneLevel : 
        reader:XmlTextReader -> bool
Public Shared Function GoUpOneLevel (
    reader As XmlTextReader
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the execution goes up one level; otherwise, false.

See Also

XmlUtility Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top