VersionSerializationAdapter Class

Adapts the serialization mode to the version of SQL Server in use.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.VersionSerializationAdapter

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class VersionSerializationAdapter _
    Implements IXmlSerializationAdapter
'Usage
Dim instance As VersionSerializationAdapter
public class VersionSerializationAdapter : IXmlSerializationAdapter
public ref class VersionSerializationAdapter : IXmlSerializationAdapter
type VersionSerializationAdapter =  
    class
        interface IXmlSerializationAdapter
    end
public class VersionSerializationAdapter implements IXmlSerializationAdapter

The VersionSerializationAdapter type exposes the following members.

Constructors

  Name Description
Public method VersionSerializationAdapter Initializes a new instance of the VersionSerializationAdapter class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadXml Reads an object in serialized Xml form.
Public method ToString (Inherited from Object.)
Public method WriteXml Writes and object to serialized Xml form.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.