Comments
1 comment
-
There are breaking changes between your two versions (strictly between 10.5 and 11.0)
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.
Add comment
Please sign in to leave a comment.
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".