Accessing class - "WriteToFileOptions"

rajatgupta2712rajatgupta2712 Posts: 3
edited March 16, 2015 11:17AM in SQL Comparison SDK 11
In the earlier version(7.1.0.182) of "Redgate.SQLCompare.Engine", the class "WriteToFileOptions" is public class within the name space "Redgate.SQLCompare.Engine.ReadFromFolder".
Hence we easily created the object of this class - WriteToFileOptions.

But in the latest version (11.1.2.54) , the class "WriteToFileOptions" is not exposed directly. This class is defined as a public member of a Sealed class - "ScriptDatabaseInformation."Moreover , the constructor is having "protected" scope.
Please tell me how to instantiate class "WriteToFileOptions".

Comments

Sign In or Register to comment.