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 | |
|---|---|---|
| .gif) | VersionSerializationAdapter | Initializes a new instance of the VersionSerializationAdapter class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ReadXml | Reads an object in serialized Xml form. | 
| .gif) | ToString | (Inherited from Object.) | 
| .gif) | 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.