Project.OpenProject 메서드 (String, String, IDTSEvents)
Opens an existing project in the specified file.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Shared Function OpenProject ( _
projectFileName As String, _
projectPassword As String, _
events As IDTSEvents _
) As Project
‘사용 방법
Dim projectFileName As String
Dim projectPassword As String
Dim events As IDTSEvents
Dim returnValue As Project
returnValue = Project.OpenProject(projectFileName, _
projectPassword, events)
public static Project OpenProject(
string projectFileName,
string projectPassword,
IDTSEvents events
)
public:
static Project^ OpenProject(
String^ projectFileName,
String^ projectPassword,
IDTSEvents^ events
)
static member OpenProject :
projectFileName:string *
projectPassword:string *
events:IDTSEvents -> Project
public static function OpenProject(
projectFileName : String,
projectPassword : String,
events : IDTSEvents
) : Project
매개 변수
- projectFileName
유형: System.String
The project file path.
- projectPassword
유형: System.String
The password used in the project.
- events
유형: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
An object that implements the IDTSEvents interface for firing events (errors, warnings, and so on) during opening.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.Project
An opened project.