IDTSVirtualInputColumn100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示对象中的 StartPointIDTSPath100 一个IDTSOutputColumn100。
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) |
在上游输出列获得错误代码的错误信息。 |