IDTSManagedXmlSerializationHelper100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Describes the interface for the XML serialization helper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C8BFB678-7720-430C-A023-9D2C633B18FA")> _
Public Interface IDTSManagedXmlSerializationHelper100
'Usage
Dim instance As IDTSManagedXmlSerializationHelper100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C8BFB678-7720-430C-A023-9D2C633B18FA")]
public interface IDTSManagedXmlSerializationHelper100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C8BFB678-7720-430C-A023-9D2C633B18FA")]
public interface class IDTSManagedXmlSerializationHelper100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C8BFB678-7720-430C-A023-9D2C633B18FA")>]
type IDTSManagedXmlSerializationHelper100 = interface end
public interface IDTSManagedXmlSerializationHelper100
The IDTSManagedXmlSerializationHelper100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AfterSavePackageToXML | Infrastructure. Returns the managed XML serialization helper after saving the package to XML. | |
BeforeLoadPackageFromXML | Infrastructure. Returns the managed XML serialization helper before loading the package to XML. |
Top