IDTSCustomProperty100 接口

定义

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
属性
实现

注解

IDTSCustomProperty100 对象用于在数据流任务中暴露关于某个对象的自定义信息。

IDTSCustomProperty100 对象在组件的 IDTSComponentMetaData100 接口中的大多数对象中可用,并且会自动持久化在包的 XML 中。 自定义属性通过调用集合的新方法添加到 IDTSCustomPropertyCollection100 中。

有关设置自定义属性的信息,请参见 数据流 组件设计时方法中的“创建自定义属性”。

适用于