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 | |
---|---|---|
DTSManagedXmlSerializationHelper | Initializes a new instance of the DTSManagedXmlSerializationHelper class. |
Top
Methods
Name | Description | |
---|---|---|
AfterSavePackageToXML | Returns the DTSManagedXmlSerializationHelper after saving the package to XML. | |
BeforeLoadPackageFromXML | Returns the DTSManagedXmlSerializationHelper before loading the package to XML. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from 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.