Método ExpressionNode.ReadWithCheck
Reads the expression node using the XML Reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Protected Shared Sub ReadWithCheck ( _
xr As XmlReader, _
nodeType As XmlNodeType, _
name As String _
)
'Uso
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
)
Parâmetros
- xr
Tipo: System.Xml.XmlReader
An XmlReader object value that specifies the XML reader used to read the expression node.
- nodeType
Tipo: System.Xml.XmlNodeType
A XmlNodeType value that specifies the type of node.
- name
Tipo: System.String
A String value that contains the name of the object to read.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.