MainPipeClass.IDTSObjectModel100_EnableDisconnectedColumns Property

Definition

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

public:
 virtual property bool IDTSObjectModel100_EnableDisconnectedColumns { bool get(); void set(bool value); };
public virtual bool IDTSObjectModel100_EnableDisconnectedColumns { get; set; }
member this.IDTSObjectModel100_EnableDisconnectedColumns : bool with get, set
Public Overridable Property IDTSObjectModel100_EnableDisconnectedColumns As Boolean

Property Value

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

Applies to