Partager via


Méthode Project.OpenProject

Inclure les membres protégés
Inclure les membres hérités

Opens an existing project.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publiqueMembre statique OpenProject(Stream) Opens a project from an I/O stream.
Méthode publiqueMembre statique OpenProject(String) Opens an existing project in the specified file.
Méthode publiqueMembre statique OpenProject(Stream, IDTSEvents) Opens a project from an I/O stream and specifies an event listener to receive events.
Méthode publiqueMembre statique OpenProject(Stream, String) Opens a password protected project from an I/O stream.
Méthode publiqueMembre statique OpenProject(String, IDTSEvents) Opens an existing project in the specified file.
Méthode publiqueMembre statique OpenProject(String, String) Opens an existing project with password in the specified file.
Méthode publiqueMembre statique OpenProject(Stream, String, IDTSEvents) Opens a password protected project from an I/O stream and specifies an event listener to receive events.
Méthode publiqueMembre statique OpenProject(String, String, IDTSEvents) Opens an existing project in the specified file.
Méthode publiqueMembre statique OpenProject(Stream, Project.AccessMode, String, IDTSEvents) Opens a password protected project from an I/O stream and specifies an event listener to receive events.
Méthode publiqueMembre statique OpenProject(String, Project.AccessMode, String, IDTSEvents) Opens a password protected project in the specified path and specifies an event listener to receive events.

Haut de la page

Voir aussi

Référence

Project Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime