DTSManagedXmlSerializationHelper Class

Definition

Important

This API is not CLS-compliant.

Represents the helper for the DTS managed XML serialization.

public ref class DTSManagedXmlSerializationHelper : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSManagedXmlSerializationHelper100
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("630F838B-79D6-4F4E-BA49-D8CA55A5AD65")]
[System.Runtime.InteropServices.ProgId("")]
public class DTSManagedXmlSerializationHelper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedXmlSerializationHelper100
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("5EBB5C77-D03E-4D3A-AF37-362057DB56AF")]
public class DTSManagedXmlSerializationHelper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedXmlSerializationHelper100
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("463569E8-3983-4C25-97CF-3B5A03679443")]
public class DTSManagedXmlSerializationHelper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedXmlSerializationHelper100
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("630F838B-79D6-4F4E-BA49-D8CA55A5AD65")>]
[<System.Runtime.InteropServices.ProgId("")>]
type DTSManagedXmlSerializationHelper = class
    interface IDTSManagedXmlSerializationHelper100
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("5EBB5C77-D03E-4D3A-AF37-362057DB56AF")>]
type DTSManagedXmlSerializationHelper = class
    interface IDTSManagedXmlSerializationHelper100
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("463569E8-3983-4C25-97CF-3B5A03679443")>]
type DTSManagedXmlSerializationHelper = class
    interface IDTSManagedXmlSerializationHelper100
Public Class DTSManagedXmlSerializationHelper
Implements IDTSManagedXmlSerializationHelper100
Inheritance
DTSManagedXmlSerializationHelper
Attributes
Implements

Constructors

DTSManagedXmlSerializationHelper()

Initializes a new instance of the DTSManagedXmlSerializationHelper class.

Methods

AfterSavePackageToXML(IDTSPackage100, IDTSInfoEvents100, String)

Returns the DTSManagedXmlSerializationHelper after saving the package to XML.

BeforeLoadPackageFromXML(IDTSPackage100, IDTSInfoEvents100, String)

Returns the DTSManagedXmlSerializationHelper before loading the package to XML.

Applies to