DataFlow.FromDPrepFile(String, SecretManager) 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.
Perform the execution on DPrep file to get a DataFlow object.
public static Microsoft.DataPrep.Common.DataFlow FromDPrepFile(string dprepFilePath, Microsoft.DPrep.SharedLibrary.SecretManager secretManager = null);
static member FromDPrepFile : string * Microsoft.DPrep.SharedLibrary.SecretManager -> Microsoft.DataPrep.Common.DataFlow
Parameters
- dprepFilePath
- String
Input DPrep file path.
- secretManager
- Microsoft.DPrep.SharedLibrary.SecretManager
Input Secret Manager.
Returns
DataFlow object.