VSTAScriptProjectStorage Class

Definition

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 VSTAScriptProjectStorage
public class VSTAScriptProjectStorage
type VSTAScriptProjectStorage = class
Public 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

Applies to