Share via


IVstaHelper.LoadProjectFromStorage(VSTAScriptProjectStorage) Method

Definition

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.

Applies to