IVstaHelper.SaveProjectToStorage(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.
Saves the project to the specified storage.
public:
bool SaveProjectToStorage(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ storage);
public bool SaveProjectToStorage (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage storage);
abstract member SaveProjectToStorage : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage -> bool
Public Function SaveProjectToStorage (storage As VSTAScriptProjectStorage) As Boolean
Parameters
- storage
- VSTAScriptProjectStorage
The storage to which the project is saved.
Returns
true if the saving succeeded; otherwise, false.