IDTSComponentPersist100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")> _
Public Interface IDTSComponentPersist100
用法
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

IDTSComponentPersist100 类型公开以下成员。

方法

  名称 说明
公共方法 LoadFromXML 基础结构。Loads component information from XML.
公共方法 SaveToXML 基础结构。Saves a component to XML. Tasks and containers implement this method.

页首

注释

For more information, see IDTSComponentPersist.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间