IDTSCustomPropertyCollection100 接口

定义

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2D91D6F5-349E-452F-80E4-E7793F08C843")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2D91D6F5-349E-452F-80E4-E7793F08C843")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
    interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
属性
实现

注解

自定义属性为数据流对象提供了一种机制,用于公开接口本身中实现的属性之外的其他属性。 例如,OLE DB 源适配器包含一个自定义属性,该属性允许用户为数据源指定 SQL 语句。

在调用 ProvideComponentProperties 方法期间,将填充 IDTSComponentMetaData100 接口的自定义属性集合。 其他任何时间都不应将属性添加到此集合。

以下接口包含自定义属性集合:

  • IDTSComponentMetaData100

  • IDTSInput100

  • IDTSOutput100

  • IDTSInputColumn100

  • IDTSOutputColumn100

属性

Count
Item[Object]

方法

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

适用于