IDTSExternalMetadataColumnCollection100 接口

定义

public interface class IDTSExternalMetadataColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("EA1D54B3-800D-429A-BB65-E5921A02F886")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("EA1D54B3-800D-429A-BB65-E5921A02F886")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSExternalMetadataColumnCollection100
Implements IEnumerable
属性
实现

注解

数据流组件填充并使用此集合来验证其IDTSInputColumnCollection100列或IDTSOutputColumnCollection100ValidateExternalMetadata属性为 false 或 SSIS 设计器处于脱机模式时。

该集合通常表示源或目标组件使用的外部数据源的列。 使用集合,组件可以执行验证,而无需花费大量耗时的往返访问源本身。

有关在组件中实现外部元数据列的详细信息,请参阅 “实现外部元数据”。

属性

Count
IsUsed
Item[Object]

方法

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

适用于