VSTAScriptProjectStorage Class  
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.
This models intermediary storage used by the script engine objects to load the code between SSIS and VSTA designer When the IDE is shut down the script project is loaded by this class and the physical storage is deleted
public ref class VSTAScriptProjectStoragepublic class VSTAScriptProjectStoragetype VSTAScriptProjectStorage = classPublic Class VSTAScriptProjectStorage- Inheritance
- 
				VSTAScriptProjectStorage
Constructors
| VSTAScriptProjectStorage() | 
Properties
| AssemblyCode | |
| AssemblyName | Contains the prebuilt assembly relative name (see ScriptPath for examples) | 
| Breakpoints | |
| IsEmpty | |
| ScriptFiles | |
Methods
| AddBreakpoint(ScriptBreakpointInfo) | |
| Clone() | |
| CreateTempPhysicalProjectStorage(String) | Creates the project on the disk and returns the full name of the project file for the purpose of designing the script | 
| Finalize() | |
| ResetStorage() | Cleans up the content of the data saved by this script storage |