共用方式為


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