Partager via


Méthode ExpressionNode.ReadWithCheck

Reads the expression node using the XML Reader.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Protected Shared Sub ReadWithCheck ( _
    xr As XmlReader, _
    nodeType As XmlNodeType, _
    name As String _
)
'Utilisation
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
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

ExpressionNode Classe

Espace de noms Microsoft.SqlServer.Management.Dmf