ManagerSerializer Class

Definition

Represents the manager serializer.

public ref class ManagerSerializer sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSManagedSerializer100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5B2225DA-3520-4216-923B-40A8BC29D1F7")]
[System.Runtime.InteropServices.ProgId("")]
public sealed class ManagerSerializer : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedSerializer100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("423C207C-3EF4-4E34-A73D-7D5BF6AAC85A")]
public sealed class ManagerSerializer : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedSerializer100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("598C05FB-58DA-46FB-8457-CB3623604D75")]
public sealed class ManagerSerializer : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedSerializer100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5B2225DA-3520-4216-923B-40A8BC29D1F7")>]
[<System.Runtime.InteropServices.ProgId("")>]
type ManagerSerializer = class
    interface IDTSManagedSerializer100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("423C207C-3EF4-4E34-A73D-7D5BF6AAC85A")>]
type ManagerSerializer = class
    interface IDTSManagedSerializer100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("598C05FB-58DA-46FB-8457-CB3623604D75")>]
type ManagerSerializer = class
    interface IDTSManagedSerializer100
Public NotInheritable Class ManagerSerializer
Implements IDTSManagedSerializer100
Inheritance
ManagerSerializer
Attributes
Implements

Constructors

ManagerSerializer()

Initializes a new instance of the ManagerSerializer class.

Methods

DeSerialize(String)

Deserializes the serializer.

IsSerializable(Object)

Specifies whether the ManagerSerializer can be serialized.

Serialize(Object)

Serializes an object.

Applies to