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.
Methods
Name | Description | |
---|---|---|
DeSerialize | Infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsSerializable | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
Serialize | Infrastructure. | |
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.