VstaHelper.LoadProjectFromFolder 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 folder.
Namespace: Microsoft.SqlServer.IntegrationServices.VSTA
Assembly: Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)
Syntax
'Declaration
Public Function LoadProjectFromFolder ( _
folder As String _
) As Boolean
'Usage
Dim instance As VstaHelper
Dim folder As String
Dim returnValue As Boolean
returnValue = instance.LoadProjectFromFolder(folder)
public bool LoadProjectFromFolder(
string folder
)
public:
virtual bool LoadProjectFromFolder(
String^ folder
) sealed
abstract LoadProjectFromFolder :
folder:string -> bool
override LoadProjectFromFolder :
folder:string -> bool
public final function LoadProjectFromFolder(
folder : String
) : boolean
Parameters
- folder
Type: System.String
The folder from which the project is loaded.
Return Value
Type: System.Boolean
true if the loading succeeded; otherwise, false.