IDTSPersist100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents an interface that enables IDTSPersist100 saving and loading data. For more information, see IDTSPersist.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")> _
Public Interface IDTSPersist100
用法
Dim instance As IDTSPersist100
[GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")]
public interface IDTSPersist100
[GuidAttribute(L"64D4FBE2-0747-469A-A1EC-7CE38513636F")]
public interface class IDTSPersist100
[<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")>]
type IDTSPersist100 = interface end
public interface IDTSPersist100
IDTSPersist100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
LoadFromXML | 基础结构。Loads data stored in XML format. For more information, see IDTSPersist. |
![]() |
SaveToXML | 基础结构。Saves information to an XML document. For more information, see IDTSPersist. |
页首