IDTSPipeline100.EnableDisconnectedColumns Property

Definition

Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.

public:
 property bool EnableDisconnectedColumns { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public bool EnableDisconnectedColumns { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.EnableDisconnectedColumns : bool with get, set
Public Property EnableDisconnectedColumns As Boolean

Property Value

True if the data flow task enables the disconnected columns; otherwise, false.

Implements

Attributes

Applies to