VstaHelper.LoadNewProject Method

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

Loads a new project.

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

Syntax

'Declaration
Public Function LoadNewProject ( _
    templatePath As String, _
    templateName As String, _
    projectName As String _
) As Boolean
'Usage
Dim instance As VstaHelper 
Dim templatePath As String 
Dim templateName As String 
Dim projectName As String 
Dim returnValue As Boolean 

returnValue = instance.LoadNewProject(templatePath, _
    templateName, projectName)
public bool LoadNewProject(
    string templatePath,
    string templateName,
    string projectName
)
public:
virtual bool LoadNewProject(
    String^ templatePath, 
    String^ templateName, 
    String^ projectName
) sealed
abstract LoadNewProject : 
        templatePath:string * 
        templateName:string * 
        projectName:string -> bool  
override LoadNewProject : 
        templatePath:string * 
        templateName:string * 
        projectName:string -> bool
public final function LoadNewProject(
    templatePath : String, 
    templateName : String, 
    projectName : String
) : boolean

Parameters

  • templatePath
    Type: System.String
    The path to the project template.
  • templateName
    Type: System.String
    The name of the project template.

Return Value

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

See Also

Reference

VstaHelper Class

Microsoft.SqlServer.IntegrationServices.VSTA Namespace