IDTSInputColumn90.LineageID Property

Gets or sets the identifier of an upstream column object.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(108)> _
Property LineageID As Integer
[DispIdAttribute(108)] 
int LineageID { get; set; }
[DispIdAttribute(108)] 
property int LineageID {
    int get ();
    void set ([InAttribute] int plLineageID);
}
/** @property */
/** @attribute DispIdAttribute(108) */ 
int get_LineageID ()

/** @property */
/** @attribute DispIdAttribute(108) */ 
void set_LineageID (/** @attribute InAttribute() */ int plLineageID)
DispIdAttribute(108) 
function get LineageID () : int

DispIdAttribute(108) 
function set LineageID (plLineageID : int)

Property Value

An Integer that contains the lineage ID of the upstream column.

Remarks

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

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSInputColumn90 Interface
IDTSInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace