Accessing class - "WriteToFileOptions"
rajatgupta2712
Posts: 3
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".
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
Docs:
http://documentation.red-gate.com/displ ... n+SDK+10.5
Can you describe the behaviour you need form this class then I can find out how to translate into the new structures.