IDTSInput100.AreInputColumnsAssociatedWithOutputColumns Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets whether the input columns are associated with output columns.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property AreInputColumnsAssociatedWithOutputColumns As Boolean
Get
'Usage
Dim instance As IDTSInput100
Dim value As Boolean
value = instance.AreInputColumnsAssociatedWithOutputColumns
bool AreInputColumnsAssociatedWithOutputColumns { get; }
property bool AreInputColumnsAssociatedWithOutputColumns {
bool get ();
}
abstract AreInputColumnsAssociatedWithOutputColumns : bool
function get AreInputColumnsAssociatedWithOutputColumns () : boolean
Property Value
Type: System.Boolean
True if the input columns are associated with output columns; otherwise, false.