Compartir a través de


IDTSInputColumn90.LineageID Property

Gets or sets the identifier of an upstream column object.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

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

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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