IDTSPersistenceComponent100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the persistence methods of a data flow component.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")> _
Public Interface IDTSPersistenceComponent100
用法
Dim instance As IDTSPersistenceComponent100
[GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")]
public interface IDTSPersistenceComponent100
[GuidAttribute(L"B1AF105B-9219-4B94-AB60-0677E13A46BB")]
public interface class IDTSPersistenceComponent100
[<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")>]
type IDTSPersistenceComponent100 = interface end
public interface IDTSPersistenceComponent100
IDTSPersistenceComponent100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
Load | 基础结构。Loads the custom property within the collection. |
![]() |
ProvidePersistenceProperties | 基础结构。Provides persistence on the component property collection. |
![]() |
Save | 基础结构。Saves the custom property object in a collection. |
页首