Linguaggio

IDTSApplication100.OpenProject(String, IDTSEvents100) Metodo

Definizione

Apre un progetto specificato.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ OpenProject(System::String ^ bstrProjectFileName, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(67)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 OpenProject(string bstrProjectFileName, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(67)>]
abstract member OpenProject : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
Public Function OpenProject (bstrProjectFileName As String, pEvents As IDTSEvents100) As IDTSProject100

Parametri

bstrProjectFileName
String

Il nome del file del progetto.

pEvents
IDTSEvents100

Interfaccia IDTSEvents100.

Valori restituiti

Il progetto appena aperto.

Attributi

Si applica a