Project.OpenProject 方法
包括受保护的成员
包括继承的成员
Opens an existing project.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
![]() ![]() |
OpenProject(Stream) | Opens a project from an I/O stream. |
![]() ![]() |
OpenProject(String) | Opens an existing project in the specified file. |
![]() ![]() |
OpenProject(Stream, IDTSEvents) | Opens a project from an I/O stream and specifies an event listener to receive events. |
![]() ![]() |
OpenProject(Stream, String) | Opens a password protected project from an I/O stream. |
![]() ![]() |
OpenProject(String, IDTSEvents) | Opens an existing project in the specified file. |
![]() ![]() |
OpenProject(String, String) | Opens an existing project with password in the specified file. |
![]() ![]() |
OpenProject(Stream, String, IDTSEvents) | Opens a password protected project from an I/O stream and specifies an event listener to receive events. |
![]() ![]() |
OpenProject(String, String, IDTSEvents) | Opens an existing project in the specified file. |
![]() ![]() |
OpenProject(Stream, Project.AccessMode, String, IDTSEvents) | Opens a password protected project from an I/O stream and specifies an event listener to receive events. |
![]() ![]() |
OpenProject(String, Project.AccessMode, String, IDTSEvents) | Opens a password protected project in the specified path and specifies an event listener to receive events. |
页首