共用方式為


IDTSInputColumn100.LineageID 屬性

Gets or sets the identifier of an upstream column object.

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

語法

'宣告
Property LineageID As Integer 
    Get 
    Set
'用途
Dim instance As IDTSInputColumn100 
Dim value As Integer 

value = instance.LineageID

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

屬性值

型別:System.Int32
An Integer that contains the lineage ID of the upstream column.

備註

The LineageID property identifies the column of the upstream data source that originated the IDTSInputColumn100.

In general, this property is not assigned directly, but is set through a call to the SetUsageType method.

請參閱

參考

IDTSInputColumn100 介面

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