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