IDTSVirtualInputColumn100.LineageID 속성
Gets the lineage ID of an upstream output column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
ReadOnly Property LineageID As Integer
Get
‘사용 방법
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
속성 값
유형: System.Int32
The lineage ID of the upstream output column.
주의
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.