Share via


ManagerSerializer Class

This API supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagerSerializer

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<GuidAttribute("3D9C5FF8-2724-4B36-A67C-864A3F88AC75")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ManagerSerializer _
    Implements IDTSManagedSerializer100
'Usage
Dim instance As ManagerSerializer
[GuidAttribute("3D9C5FF8-2724-4B36-A67C-864A3F88AC75")]
[ComVisibleAttribute(true)]
public sealed class ManagerSerializer : IDTSManagedSerializer100
[GuidAttribute(L"3D9C5FF8-2724-4B36-A67C-864A3F88AC75")]
[ComVisibleAttribute(true)]
public ref class ManagerSerializer sealed : IDTSManagedSerializer100
[<SealedAttribute>]
[<GuidAttribute("3D9C5FF8-2724-4B36-A67C-864A3F88AC75")>]
[<ComVisibleAttribute(true)>]
type ManagerSerializer =  
    class
        interface IDTSManagedSerializer100
    end
public final class ManagerSerializer implements IDTSManagedSerializer100

The ManagerSerializer type exposes the following members.

Constructors

  Name Description
Public method ManagerSerializer Infrastructure.

Top

Methods

  Name Description
Public method DeSerialize Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsSerializable Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method Serialize Infrastructure.
Public method ToString (Inherited from Object.)

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.