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
- xr
Type : System.Xml.XmlReader
An XmlReader object value that specifies the XML reader used to read the expression node.
- nodeType
Type : System.Xml.XmlNodeType
A XmlNodeType value that specifies the type of node.
- name
Type : System.String
A String value that contains the name of the object to read.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.