次の方法で共有


XmlUtility.GoUpOneLevel メソッド

実行が 1 レベル上がるまで、指定された値を読み取ります。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
実行が 1 レベル上がる場合は true、それ以外の場合は false です。

関連項目

参照

XmlUtility クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間