DataFlow.AppendRows 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
| AppendRows(List<DataFlow>) |
Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas. |
| AppendRows(List<ActivityReference>) |
Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas. |
AppendRows(List<DataFlow>)
Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas.
public:
Microsoft::DataPrep::Common::DataFlow ^ AppendRows(System::Collections::Generic::List<Microsoft::DataPrep::Common::DataFlow ^> ^ dataflows);
public Microsoft.DataPrep.Common.DataFlow AppendRows(System.Collections.Generic.List<Microsoft.DataPrep.Common.DataFlow> dataflows);
member this.AppendRows : System.Collections.Generic.List<Microsoft.DataPrep.Common.DataFlow> -> Microsoft.DataPrep.Common.DataFlow
Public Function AppendRows (dataflows As List(Of DataFlow)) As DataFlow
Parameters
Returns
Applies to
AppendRows(List<ActivityReference>)
Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas.
public:
Microsoft::DataPrep::Common::DataFlow ^ AppendRows(System::Collections::Generic::List<Microsoft::DPrep::Engine::ActivityReference ^> ^ dataflows);
public Microsoft.DataPrep.Common.DataFlow AppendRows(System.Collections.Generic.List<Microsoft.DPrep.Engine.ActivityReference> dataflows);
member this.AppendRows : System.Collections.Generic.List<Microsoft.DPrep.Engine.ActivityReference> -> Microsoft.DataPrep.Common.DataFlow
Public Function AppendRows (dataflows As List(Of ActivityReference)) As DataFlow
Parameters
- dataflows
- List<Microsoft.DPrep.Engine.ActivityReference>
The dataflows to append.