Compartilhar via


Propriedade do RDL IDTSOutputColumn100.LineageID

Gets or sets the LineageID property of an IDTSOutputCOlumn100 column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Property LineageID As Integer 
    Get 
    Set
'Uso
Dim instance As IDTSOutputColumn100 
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)

Valor da propriedade

Tipo: System.Int32
The LineageID of the output column.

Comentários

This property is assigned by the data flow engine when the output column is created. It is used to map columns in the output column collection of an IDTSOutput100 to a column in the input column collection of a downstream component that uses the column.

Consulte também

Referência

IDTSOutputColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper