IDTSOutputColumn90.LineageID Property
Gets or sets the LineageID property of an IDTSOutputCOlumn90 column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
<DispIdAttribute(107)> _
Property LineageID As Integer
[DispIdAttribute(107)]
int LineageID { get; set; }
[DispIdAttribute(107)]
property int LineageID {
int get ();
void set ([InAttribute] int plLineageID);
}
/** @property */
/** @attribute DispIdAttribute(107) */
int get_LineageID ()
/** @property */
/** @attribute DispIdAttribute(107) */
void set_LineageID (/** @attribute InAttribute() */ int plLineageID)
DispIdAttribute(107)
function get LineageID () : int
DispIdAttribute(107)
function set LineageID (plLineageID : int)
속성 값
The LineageID of the output column.
주의
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 IDTSOutput90 to a column in the input column collection of a downstream component that uses the column.
스레드 보안
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.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDTSOutputColumn90 Interface
IDTSOutputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace