共用方式為


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 命名空間