Share via


DTSManagedXmlSerializationHelper Class

Represents the helper for the DTS managed XML serialization.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.DTSManagedXmlSerializationHelper

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("BA700D46-40C2-4802-8EB2-05975AD3DE9A")> _
<CLSCompliantAttribute(False)> _
Public Class DTSManagedXmlSerializationHelper _
    Implements IDTSManagedXmlSerializationHelper100
'Usage
Dim instance As DTSManagedXmlSerializationHelper
[ComVisibleAttribute(true)]
[GuidAttribute("BA700D46-40C2-4802-8EB2-05975AD3DE9A")]
[CLSCompliantAttribute(false)]
public class DTSManagedXmlSerializationHelper : IDTSManagedXmlSerializationHelper100
[ComVisibleAttribute(true)]
[GuidAttribute(L"BA700D46-40C2-4802-8EB2-05975AD3DE9A")]
[CLSCompliantAttribute(false)]
public ref class DTSManagedXmlSerializationHelper : IDTSManagedXmlSerializationHelper100
[<ComVisibleAttribute(true)>]
[<GuidAttribute("BA700D46-40C2-4802-8EB2-05975AD3DE9A")>]
[<CLSCompliantAttribute(false)>]
type DTSManagedXmlSerializationHelper =  
    class 
        interface IDTSManagedXmlSerializationHelper100 
    end
public class DTSManagedXmlSerializationHelper implements IDTSManagedXmlSerializationHelper100

The DTSManagedXmlSerializationHelper type exposes the following members.

Constructors

  Name Description
Public method DTSManagedXmlSerializationHelper Initializes a new instance of the DTSManagedXmlSerializationHelper class.

Top

Methods

  Name Description
Public method AfterSavePackageToXML Returns the DTSManagedXmlSerializationHelper after saving the package to XML.
Public method BeforeLoadPackageFromXML Returns the DTSManagedXmlSerializationHelper before loading the package to XML.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from 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