Share via


IVstaHelper.SaveProjectToStorage(VSTAScriptProjectStorage) Method

Definition

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.

Applies to