Compartir a través de


LineageID Propiedad

Gets the lineage ID of an upstream output column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property LineageID As Integer
    Get
'Uso
Dim instance As IDTSVirtualInputColumn100
Dim value As Integer

value = instance.LineageID
int LineageID { get; }
property int LineageID {
    int get ();
}
abstract LineageID : int
function get LineageID () : int

Valor de la propiedad

Tipo: System. . :: . .Int32
The lineage ID of the upstream output column.

Comentarios

The LineageID of the virtual input column contains the LineageID of the upstream output column. When a new input column is created from the virtual input column, the LineageID of the input column matches the LineageID of the upstream output column. These properties link the columns.