IVstaHelper.LoadProjectFromStorage(VSTAScriptProjectStorage) Method
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.
Loads an existing project from the specified storage.
public:
bool LoadProjectFromStorage(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ storage);
public bool LoadProjectFromStorage (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage storage);
abstract member LoadProjectFromStorage : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage -> bool
Public Function LoadProjectFromStorage (storage As VSTAScriptProjectStorage) As Boolean
Parameters
- storage
- VSTAScriptProjectStorage
The storage from which the project is loaded.
Returns
true if the loading succeeded; otherwise, false.