Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ManagerSerializer | Infrastructure. Initializes a new instance of the ManagerSerializer class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeSerialize | Infrastructure. Deserializes the serializer. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsSerializable | Infrastructure. Specifies whether the ManagerSerializer can be serialized. |
![]() |
Serialize | Infrastructure. Serializes an object. |
![]() |
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.