다음을 통해 공유


IDTSComponentMetaData90.AreInputColumnsValid Property

Gets a value that indicates whether the input columns in an IDTSComponentMetaData90 reference existing columns from the upstream component.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<DispIdAttribute(117)> _
ReadOnly Property AreInputColumnsValid As Boolean
[DispIdAttribute(117)] 
bool AreInputColumnsValid { get; }
[DispIdAttribute(117)] 
property bool AreInputColumnsValid {
    bool get ();
}
/** @property */
/** @attribute DispIdAttribute(117) */ 
boolean get_AreInputColumnsValid ()
DispIdAttribute(117) 
function get AreInputColumnsValid () : boolean

속성 값

true if the input columns in the IDTSInputColumnCollection90 reference upstream columns; otherwise, false.

주의

An invalid input column is a column whose LineageID property does not match the LineageID of an IDTSOutputColumn90 in the IDTSOutput90 of the upstream component.

This method checks each of the IDTSInput90 objects in the IDTSComponentMetaData90 for the existence of invalid columns. If found, the RemoveInvalidInputColumns method can be called to automatically remove the invalid columns.

스레드 보안

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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace