Freigeben über


VersionSerializationAdapter-Klasse

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

Vererbungshierarchie

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

Der VersionSerializationAdapter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode VersionSerializationAdapter Initializes a new instance of the VersionSerializationAdapter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ReadXml Reads an object in serialized Xml form.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode WriteXml Writes and object to serialized Xml form.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace