Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens an existing project in the specified file.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function OpenProject ( _
projectFileName As String _
) As Project
'Usage
Dim projectFileName As String
Dim returnValue As Project
returnValue = Project.OpenProject(projectFileName)
public static Project OpenProject(
string projectFileName
)
public:
static Project^ OpenProject(
String^ projectFileName
)
static member OpenProject :
projectFileName:string -> Project
public static function OpenProject(
projectFileName : String
) : Project
Parameters
- projectFileName
Type: System.String
The project file path.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Project
An opened project.