Partager via


Propriété IDTSInputColumn100.LineageID

Gets or sets the identifier of an upstream column object.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property LineageID As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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.

Voir aussi

Référence

IDTSInputColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper