IDTSOutputColumn100.LineageIdentificationString Property

 

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

Syntax

[DispIdAttribute(119)]
string LineageIdentificationString {
    [DispIdAttribute(119)]
    get;
}
[DispIdAttribute(119)]
property String^ LineageIdentificationString {
    [DispIdAttribute(119)]
    String^ get();
}
[<DispIdAttribute(119)>]
abstract LineageIdentificationString : string with get
<DispIdAttribute(119)>
ReadOnly Property LineageIdentificationString As String

Property Value

Type: System.String

See Also

IDTSOutputColumn100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top