MoveToElementWithCheck メソッド
チェックマークの付いた要素にリーダーを移動します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Shared Sub MoveToElementWithCheck ( _
xr As XmlReader, _
name As String _
)
'使用
Dim xr As XmlReader
Dim name As String
ExpressionNode.MoveToElementWithCheck(xr, _
name)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected static void MoveToElementWithCheck(
XmlReader xr,
string name
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
static void MoveToElementWithCheck(
XmlReader^ xr,
String^ name
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member MoveToElementWithCheck :
xr:XmlReader *
name:string -> unit
protected static function MoveToElementWithCheck(
xr : XmlReader,
name : String
)
パラメーター
- xr
型: System.Xml. . :: . .XmlReader
使用する XML リーダーです。
- name
型: System. . :: . .String
名前を表す文字列です。
説明
チェックマークの付いたノード内の要素です。