VstaHelper.LoadProjectFromStorage Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Loads an existing project from the specified storage.

Namespace:  Microsoft.SqlServer.IntegrationServices.VSTA
Assembly:  Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)

Syntax

'Declaration
Public Function LoadProjectFromStorage ( _
    storage As VSTAScriptProjectStorage _
) As Boolean
'Usage
Dim instance As VstaHelper 
Dim storage As VSTAScriptProjectStorage 
Dim returnValue As Boolean 

returnValue = instance.LoadProjectFromStorage(storage)
public bool LoadProjectFromStorage(
    VSTAScriptProjectStorage storage
)
public:
virtual bool LoadProjectFromStorage(
    VSTAScriptProjectStorage^ storage
) sealed
abstract LoadProjectFromStorage : 
        storage:VSTAScriptProjectStorage -> bool  
override LoadProjectFromStorage : 
        storage:VSTAScriptProjectStorage -> bool
public final function LoadProjectFromStorage(
    storage : VSTAScriptProjectStorage
) : boolean

Parameters

  • storage
    Type: VSTAScriptProjectStorage
    The storage from which the project is loaded.

Return Value

Type: System.Boolean
true if the loading succeeded; otherwise, false.

See Also

Reference

VstaHelper Class

Microsoft.SqlServer.IntegrationServices.VSTA Namespace