DacType.. Method
Deserializes the DAC type properties from an XML stream. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Private Sub ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As DacType
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml(
XmlReader reader
)
private:
virtual void ReadXml(
XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
private abstract ReadXml :
reader:XmlReader -> unit
private override ReadXml :
reader:XmlReader -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- reader
Type: XmlReader
A XmlReader object.
Implements
IXmlSerializableReadXml(XmlReader)