VstaHelper.SaveProjectToStorage Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Saves the project to the specified storage.
Namespace: Microsoft.SqlServer.IntegrationServices.VSTA
Assembly: Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)
Syntax
'Declaration
Public Function SaveProjectToStorage ( _
storage As VSTAScriptProjectStorage _
) As Boolean
'Usage
Dim instance As VstaHelper
Dim storage As VSTAScriptProjectStorage
Dim returnValue As Boolean
returnValue = instance.SaveProjectToStorage(storage)
public bool SaveProjectToStorage(
VSTAScriptProjectStorage storage
)
public:
virtual bool SaveProjectToStorage(
VSTAScriptProjectStorage^ storage
) sealed
abstract SaveProjectToStorage :
storage:VSTAScriptProjectStorage -> bool
override SaveProjectToStorage :
storage:VSTAScriptProjectStorage -> bool
public final function SaveProjectToStorage(
storage : VSTAScriptProjectStorage
) : boolean
Parameters
- storage
Type: VSTAScriptProjectStorage
The storage to which the project is saved.
Return Value
Type: System.Boolean
true if the saving succeeded; otherwise, false.