Builders(DataFlow, IDPrepEngine) Constructor
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.
Constructor
public:
Builders(Microsoft::DataPrep::Common::DataFlow ^ dataFlow, Microsoft::DPrep::Engine::IDPrepEngine ^ engine);
public Builders(Microsoft.DataPrep.Common.DataFlow dataFlow, Microsoft.DPrep.Engine.IDPrepEngine engine);
new Microsoft.DataPrep.Common.Builders : Microsoft.DataPrep.Common.DataFlow * Microsoft.DPrep.Engine.IDPrepEngine -> Microsoft.DataPrep.Common.Builders
Parameters
- dataFlow
- DataFlow
parent dataflow object.
- engine
- Microsoft.DPrep.Engine.IDPrepEngine
DataPrep engine.