IDTSApplication100.LoadPackage(String, Boolean, IDTSEvents100) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSPackage100 ^ LoadPackage(System::String ^ FileName, bool loadNeutral, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(9)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100 LoadPackage (string FileName, bool loadNeutral, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member LoadPackage : string * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100
Public Function LoadPackage (FileName As String, loadNeutral As Boolean, pEvents As IDTSEvents100) As IDTSPackage100
Parametri
- FileName
- String
- loadNeutral
- Boolean
- pEvents
- IDTSEvents100
Restituisce
Pacchetto caricato.
- Attributi