IDTSComponentPersist100 接口

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

For more information, see IDTSComponentPersist.

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

语法

声明
<GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05")> _
Public Interface IDTSComponentPersist100
用法
Dim instance As IDTSComponentPersist100
[GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05")]
public interface IDTSComponentPersist100
[GuidAttribute(L"21ADC0FA-35B6-4DDD-92F9-829C82A26D05")]
public interface class IDTSComponentPersist100
[<GuidAttribute("21ADC0FA-35B6-4DDD-92F9-829C82A26D05")>]
type IDTSComponentPersist100 =  interface end
public interface IDTSComponentPersist100

IDTSComponentPersist100 类型公开以下成员。

方法

  名称 说明
公共方法 LoadFromXML 基础结构。For more information, see IDTSComponentPersist.
公共方法 SaveToXML 基础结构。For more information, see IDTSComponentPersist.

页首