共用方式為


IDTSVirtualInputColumn100.LineageID 屬性

Gets the lineage ID of an upstream output column.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property LineageID As Integer 
    Get
'用途
Dim instance As IDTSVirtualInputColumn100 
Dim value As Integer 

value = instance.LineageID
int LineageID { get; }
property int LineageID {
    int get ();
}
abstract LineageID : int
function get LineageID () : int

屬性值

型別:System.Int32
The lineage ID of the upstream output column.

備註

The LineageID of the virtual input column contains the LineageID of the upstream output column. When a new input column is created from the virtual input column, the LineageID of the input column matches the LineageID of the upstream output column. These properties link the columns.

請參閱

參考

IDTSVirtualInputColumn100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間