Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Serializes the data type properties to an XML stream. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Sub WriteXml ( _
writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As DataType
Dim writer As XmlWriter
CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml(
XmlWriter writer
)
private:
virtual void WriteXml(
XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml :
writer:XmlWriter -> unit
private override WriteXml :
writer:XmlWriter -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- writer
Type: System.Xml.XmlWriter
A XmlWriter object.
Implements
IXmlSerializable.WriteXml(XmlWriter)