ManagerSerializer Class

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

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

Inheritance Hierarchy

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

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.