Share via


ManagerSerializer Class

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

Represents the manager serializer.

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
<ComVisibleAttribute(True)> _
<GuidAttribute("9BE89653-B17D-4821-B8ED-6D1897D54EC9")> _
Public NotInheritable Class ManagerSerializer _
    Implements IDTSManagedSerializer100
'Usage
Dim instance As ManagerSerializer
[ComVisibleAttribute(true)]
[GuidAttribute("9BE89653-B17D-4821-B8ED-6D1897D54EC9")]
public sealed class ManagerSerializer : IDTSManagedSerializer100
[ComVisibleAttribute(true)]
[GuidAttribute(L"9BE89653-B17D-4821-B8ED-6D1897D54EC9")]
public ref class ManagerSerializer sealed : IDTSManagedSerializer100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("9BE89653-B17D-4821-B8ED-6D1897D54EC9")>]
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. Initializes a new instance of the ManagerSerializer class.

Top

Methods

  Name Description
Public method DeSerialize Infrastructure. Deserializes the serializer.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsSerializable Infrastructure. Specifies whether the ManagerSerializer can be serialized.
Public method Serialize Infrastructure. Serializes an object.
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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace