IDTSInputColumn100.IsAssociatedWithOutputColumn Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the IDTSInputColumn100 is associated with output column.
public:
 property bool IsAssociatedWithOutputColumn { bool get(); };
	[System.Runtime.InteropServices.DispId(134)]
public bool IsAssociatedWithOutputColumn { [System.Runtime.InteropServices.DispId(134)] get; }
	[<System.Runtime.InteropServices.DispId(134)>]
[<get: System.Runtime.InteropServices.DispId(134)>]
member this.IsAssociatedWithOutputColumn : bool
	Public ReadOnly Property IsAssociatedWithOutputColumn As Boolean
	Property Value
True if the IDTSInputColumn100 is associated with output column; otherwise, false.
- Attributes