Share via


ReadWithCheck 메서드

Reads the expression node using the XML Reader.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Protected Shared Sub ReadWithCheck ( _
    xr As XmlReader, _
    nodeType As XmlNodeType, _
    name As String _
)
‘사용 방법
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
)

매개 변수

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.