Share via


IDTSApplication100.OpenProject Method

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

Opens a specified project.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function OpenProject ( _
    bstrProjectFileName As String, _
    pEvents As IDTSEvents100 _
) As IDTSProject100
'Usage
Dim instance As IDTSApplication100 
Dim bstrProjectFileName As String 
Dim pEvents As IDTSEvents100 
Dim returnValue As IDTSProject100 

returnValue = instance.OpenProject(bstrProjectFileName, _
    pEvents)
IDTSProject100 OpenProject(
    string bstrProjectFileName,
    IDTSEvents100 pEvents
)
IDTSProject100^ OpenProject(
    [InAttribute] String^ bstrProjectFileName, 
    [InAttribute] IDTSEvents100^ pEvents
)
abstract OpenProject : 
        bstrProjectFileName:string * 
        pEvents:IDTSEvents100 -> IDTSProject100
function OpenProject(
    bstrProjectFileName : String, 
    pEvents : IDTSEvents100
) : IDTSProject100

Parameters

  • bstrProjectFileName
    Type: System.String
    The file name of the project.

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The newly opened project.

See Also

Reference

IDTSApplication100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace