IDTSExternalMetadataColumn100 接口

定义

表示外部数据源中的一列。

public interface class IDTSExternalMetadataColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("2FD6B88F-D0BC-47F5-B592-80743240969F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2A84B07B-07FB-4129-9981-0E72BA0DF7C4")]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("80D86597-82CA-4574-830C-3BEFA583D7E7")]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("2FD6B88F-D0BC-47F5-B592-80743240969F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2A84B07B-07FB-4129-9981-0E72BA0DF7C4")>]
type IDTSExternalMetadataColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("80D86597-82CA-4574-830C-3BEFA583D7E7")>]
type IDTSExternalMetadataColumn100 = interface
    interface IDTSObject100
Public Interface IDTSExternalMetadataColumn100
Implements IDTSObject100
派生
属性
实现

注解

IDTSExternalMetadataColumn100 列表示远程数据源中的列。 它包含与外部数据列相同的属性。 这样,组件就可以在外部数据源本身不可用或不需要往返外部源时验证其 IDTSInput100 列和 IDTSOutput100 列集合中的列。

属性

CodePage

获取或设置用于解释列中所含数据的字符集。

CustomPropertyCollection

获取外部元数据列的自定义属性集合。

DataType

获取或设置列的 DataType

Description

获取或设置 IDTSExternalMetadataColumn100 对象的说明性文本。

ID

获取或设置 IDTSExternalMetadataColumn100 的 ID。

IdentificationString

获取唯一标识 IDTSExternalMetadataColumn100 数据流中对象的字符串。

Length

获取或设置外部元数据列的长度。

MappedColumnID

获取或设置映射到 IDTSExternalMetadataColumn100 对象的列的 ID。

Name

获取或设置一个字符串,其中包含该 IDTSExternalMetadataColumn100字符串的名称。

ObjectType

DTSObjectType 枚举中返回对应于外部元数据列的值。

Precision

获取或设置由具有十进制数据类型的外部元数据列存储的小数位数。

Scale

获取或设置由具有十进制数据类型的外部元数据列存储的位数。

适用于