Метод IXmlSerializationAdapter.WriteXml
Activates the Xml Writer for serialization. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Sub WriteXml ( _
writer As XmlWriter, _
objectToSerialize As Object _
)
'Применение
Dim instance As IXmlSerializationAdapter
Dim writer As XmlWriter
Dim objectToSerialize As Object
instance.WriteXml(writer, objectToSerialize)
void WriteXml(
XmlWriter writer,
Object objectToSerialize
)
void WriteXml(
XmlWriter^ writer,
Object^ objectToSerialize
)
abstract WriteXml :
writer:XmlWriter *
objectToSerialize:Object -> unit
function WriteXml(
writer : XmlWriter,
objectToSerialize : Object
)
Параметры
- writer
Тип: System.Xml.XmlWriter
The Xml Writer.
- objectToSerialize
Тип: System.Object
The specified object to be serialized.