ExpressionNode.ReadWithCheck Method

Reads the expression node using the XML Reader.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Shared Sub ReadWithCheck ( _
    xr As XmlReader, _
    nodeType As XmlNodeType, _
    name As String _
)
'Usage
Dim xr As XmlReader
Dim nodeType As XmlNodeType
Dim name As String

ExpressionNode.ReadWithCheck(xr, nodeType, _
    name)
protected static void ReadWithCheck(
    XmlReader xr,
    XmlNodeType nodeType,
    string name
)
protected:
static void ReadWithCheck(
    XmlReader^ xr, 
    XmlNodeType nodeType, 
    String^ name
)
static member ReadWithCheck : 
        xr:XmlReader * 
        nodeType:XmlNodeType * 
        name:string -> unit 
protected static function ReadWithCheck(
    xr : XmlReader, 
    nodeType : XmlNodeType, 
    name : String
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.