IXmlSerializationAdapter Interface
Do not reference this member directly in your code. It supports the SQL Server infrastructure..
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface IXmlSerializationAdapter
'Usage
Dim instance As IXmlSerializationAdapter
public interface IXmlSerializationAdapter
public interface class IXmlSerializationAdapter
type IXmlSerializationAdapter = interface end
public interface IXmlSerializationAdapter
The IXmlSerializationAdapter type exposes the following members.
Methods
Name | Description | |
---|---|---|
ReadXml | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. | |
WriteXml | Activates the Xml Writer for serialization. Do not reference this member directly in your code. It supports the SQL Server infrastructure.. |
Top