Freigeben über


Project.OpenProject-Methode

Geschützte Member einschließen
Geerbte Member einschließen

Opens an existing project.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche MethodeStatisches Element OpenProject(Stream) Opens a project from an I/O stream.
Öffentliche MethodeStatisches Element OpenProject(String) Opens an existing project in the specified file.
Öffentliche MethodeStatisches Element OpenProject(Stream, IDTSEvents) Opens a project from an I/O stream and specifies an event listener to receive events.
Öffentliche MethodeStatisches Element OpenProject(Stream, String) Opens a password protected project from an I/O stream.
Öffentliche MethodeStatisches Element OpenProject(String, IDTSEvents) Opens an existing project in the specified file.
Öffentliche MethodeStatisches Element OpenProject(String, String) Opens an existing project with password in the specified file.
Öffentliche MethodeStatisches Element OpenProject(Stream, String, IDTSEvents) Opens a password protected project from an I/O stream and specifies an event listener to receive events.
Öffentliche MethodeStatisches Element OpenProject(String, String, IDTSEvents) Opens an existing project in the specified file.
Öffentliche MethodeStatisches Element OpenProject(Stream, Project.AccessMode, String, IDTSEvents) Opens a password protected project from an I/O stream and specifies an event listener to receive events.
Öffentliche MethodeStatisches Element OpenProject(String, Project.AccessMode, String, IDTSEvents) Opens a password protected project in the specified path and specifies an event listener to receive events.

Zum Anfang

Siehe auch

Verweis

Project Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace