DataFlow.AppendColumns Method

Definition

Overloads

AppendColumns(List<DataFlow>)

Appends the columns from the referenced dataflows to the current one. Duplicate columns will result in failure.

AppendColumns(List<ActivityReference>)

Appends the columns from the referenced dataflows to the current one. Duplicate columns will result in failure.

AppendColumns(List<DataFlow>)

Appends the columns from the referenced dataflows to the current one. Duplicate columns will result in failure.

public:
 Microsoft::DataPrep::Common::DataFlow ^ AppendColumns(System::Collections::Generic::List<Microsoft::DataPrep::Common::DataFlow ^> ^ dataflows);
public Microsoft.DataPrep.Common.DataFlow AppendColumns(System.Collections.Generic.List<Microsoft.DataPrep.Common.DataFlow> dataflows);
member this.AppendColumns : System.Collections.Generic.List<Microsoft.DataPrep.Common.DataFlow> -> Microsoft.DataPrep.Common.DataFlow
Public Function AppendColumns (dataflows As List(Of DataFlow)) As DataFlow

Parameters

dataflows
List<DataFlow>

The dataflows to append.

Returns

Applies to

AppendColumns(List<ActivityReference>)

Appends the columns from the referenced dataflows to the current one. Duplicate columns will result in failure.

public:
 Microsoft::DataPrep::Common::DataFlow ^ AppendColumns(System::Collections::Generic::List<Microsoft::DPrep::Engine::ActivityReference ^> ^ dataflows);
public Microsoft.DataPrep.Common.DataFlow AppendColumns(System.Collections.Generic.List<Microsoft.DPrep.Engine.ActivityReference> dataflows);
member this.AppendColumns : System.Collections.Generic.List<Microsoft.DPrep.Engine.ActivityReference> -> Microsoft.DataPrep.Common.DataFlow
Public Function AppendColumns (dataflows As List(Of ActivityReference)) As DataFlow

Parameters

dataflows
List<Microsoft.DPrep.Engine.ActivityReference>

The dataflows to append.

Returns

Applies to