共用方式為


GoUpOneLevel 方法

Reads a specified value until the execution goes up one level. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function GoUpOneLevel ( _
    reader As XmlTextReader _
) As Boolean
'用途
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

參數

傳回值

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