ConnectionInfo.IXmlSerializable.ReadXml Method
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
Private Sub ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As ConnectionInfo
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml(
XmlReader reader
)
private:
virtual void ReadXml(
XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
JScript does not support explicit interface implementations.
private abstract ReadXml :
reader:XmlReader -> unit
private override ReadXml :
reader:XmlReader -> unit
Parameters
- reader
Type: System.Xml.XmlReader
Implements
IXmlSerializable.ReadXml(XmlReader)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.