DataFlow.SaveToDPrepFile(String) 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.
Serializes the current Dataflow into a specified DPrep file in JSON format.
public:
void SaveToDPrepFile(System::String ^ dprepFilePath);
public void SaveToDPrepFile(string dprepFilePath);
member this.SaveToDPrepFile : string -> unit
Public Sub SaveToDPrepFile (dprepFilePath As String)
Parameters
- dprepFilePath
- String
Output DPrep file path.