共用方式為


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 命名空間