Método ExpressionNode.ReadEndElement
Reads the end element in the expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Protected Sub ReadEndElement ( _
xr As XmlReader _
)
'Uso
Dim xr As XmlReader
Me.ReadEndElement(xr)
protected void ReadEndElement(
XmlReader xr
)
protected:
void ReadEndElement(
XmlReader^ xr
)
member ReadEndElement :
xr:XmlReader -> unit
protected function ReadEndElement(
xr : XmlReader
)
Parâmetros
- xr
Tipo: System.Xml.XmlReader
An XmlReader object value that specifies the XML reader used to read the specified element.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.