IDTSVirtualInputColumn100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 IDTSOutputColumn100 对象的 StartPoint 对象中的 IDTSPath100。
public interface class IDTSVirtualInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("AB4C1F94-BA17-4B22-A721-172AC0342173")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8BFED405-0394-4283-8EE7-0F640DD89D4D")]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7F2DDC88-AFFB-427B-A9DA-FC9BED56B8E5")]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("AB4C1F94-BA17-4B22-A721-172AC0342173")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8BFED405-0394-4283-8EE7-0F640DD89D4D")>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7F2DDC88-AFFB-427B-A9DA-FC9BED56B8E5")>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
Public Interface IDTSVirtualInputColumn100
Implements IDTSObject100
- 属性
- 实现
注解
列 IDTSVirtualInputColumn100 表示 IDTSOutputColumn100 数据流布局中的上游组件。 其属性与输出列中的属性相同。 对虚拟列属性的修改不会保留在虚拟列或上游组件的输出列中。 上游组件可能不是直接从具有虚拟输入列的组件上游的。
属性
CodePage |
获取用于解释虚拟输入列中所含数据的字符集。 |
ComparisonFlags |
获取对上游输出列设置的比较标志。 |
DataType |
获取列 DataType。 |
Description |
获取或设置 IDTSVirtualInputColumn100 对象的说明。 |
ID |
获取 IDTSVirtualInputColumn100 对象的 ID。 |
IdentificationString |
获取在数据流布局中唯一标识 IDTSVirtualInputColumn100 对象的字符串。 |
IsAssociatedWithOutputColumn |
获取一个值,该值指示对象是否与输出列相关联。 |
Length |
获取列的长度。 |
LineageID |
获取上游输出列的沿袭 ID。 |
Name |
获取或设置包含 IDTSVirtualInputColumn100 的名称的值。 |
NewDescription |
获取或设置新创建的 IDTSInputColumn100 列的说明。 |
NewName |
获取或设置新创建的 IDTSInputColumn100 列的名称。 |
ObjectType |
从 DTSObjectType 枚举中获取虚拟输入列的值。 |
Precision |
获取虚拟输入列中所包含的总位数。 |
Scale |
获取虚拟输入列中包含的小数位数。 |
SortKeyPosition |
获取虚拟输入列的排序键。 |
SourceComponent |
获取虚拟输入列所源自的组件的名称。 |
UpstreamComponentName |
获取当前组件的直接上游组件的名称。 |
UsageType |
获取用于指示组件如何使用虚拟列的值。 |
方法
DescribeRedirectedErrorCode(Int32) |
获取与上游输出列的错误代码对应的错误消息。 |