Python scripts - What members are on a session?
morrisBT
Posts: 2 Bronze 1
I'm looking to make use of the SetupNormalGenerator method like in the years of service example found here. What is a session in that example? Is that provided by the IronPython environment or is that coming from the tool? I'm installing the IronPython addin for VS just in case I can play around with a session so I can figure out what the parameters for that method are. If that is documented somewhere, however, I'd like to see it.
Comments
The session variable comes from SQL Data Generator itself, as does its SetupNormalGenerator method. You won't be able to use them outside of SQL Data Generator.
Sorry.
Redgate Software