다음을 통해 공유


ExpressionNode.MoveToElementWithCheck 메서드

Moves the reader to the element with check.

네임스페이스:  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
)

매개 변수

  • name
    유형: System.String
    The string that represents the name.

주의

The elements in the node with check.

참고 항목

참조

ExpressionNode 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스