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)
Eigenschaftswert
An Integer that contains the lineage ID of the upstream column.
Hinweise
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.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
IDTSInputColumn90 Interface
IDTSInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace