Bagikan melalui


IDTSComponentPersist100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Allows properties and settings for components and tasks to be saved and loaded from the package XML.

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

Syntax

'Declaration
<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")> _
Public Interface IDTSComponentPersist100
'Usage
Dim instance As IDTSComponentPersist100
[GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")]
public interface IDTSComponentPersist100
[GuidAttribute(L"124414CD-8C2E-4130-903F-DE6F0267EF68")]
public interface class IDTSComponentPersist100
[<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")>]
type IDTSComponentPersist100 =  interface end
public interface IDTSComponentPersist100

The IDTSComponentPersist100 type exposes the following members.

Methods

  Name Description
Public method LoadFromXML Infrastructure. Loads component information from XML.
Public method SaveToXML Infrastructure. Saves a component to XML. Tasks and containers implement this method.

Top

Remarks

For more information, see IDTSComponentPersist.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace