共用方式為


ExpressionNode.ReadNodeWithCheck 方法

Reads the specified node with a checkmark.

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

語法

'宣告
Protected Shared Function ReadNodeWithCheck ( _
    xr As XmlReader, _
    ParamArray elements As String() _
) As List(Of String)
'用途
Dim xr As XmlReader 
Dim elements As String()
Dim returnValue As List(Of String)

returnValue = ExpressionNode.ReadNodeWithCheck(xr, _
    elements)
protected static List<string> ReadNodeWithCheck(
    XmlReader xr,
    params string[] elements
)
protected:
static List<String^>^ ReadNodeWithCheck(
    XmlReader^ xr, 
    ... array<String^>^ elements
)
static member ReadNodeWithCheck : 
        xr:XmlReader * 
        elements:string[] -> List<string> 
protected static function ReadNodeWithCheck(
    xr : XmlReader, 
    ... elements : String[]
) : List<String>

參數

  • elements
    型別:array<System.String[]
    The name of the elements in the node.

傳回值

型別:System.Collections.Generic.List<String>
The specified node with a checkmark.

請參閱

參考

ExpressionNode 類別

Microsoft.SqlServer.Management.Dmf 命名空間