Partager via


IDTSInputColumn90.LineageID Property

Gets or sets the identifier of an upstream column object.

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

Syntaxe

'Déclaration
<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)

Valeur de propriété

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 IDTSInputColumn90.

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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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