DataFlow.AppendColumns Method
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.
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
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.