IDTSPersist 接口
Defines an interface that enables saving and loading data.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Interface IDTSPersist
用法
Dim instance As IDTSPersist
public interface IDTSPersist
public interface class IDTSPersist
type IDTSPersist = interface end
public interface IDTSPersist
IDTSPersist 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
LoadFromXML | Loads data stored in XML format. | |
SaveToXML | Saves information to an XML document. |
页首