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