ApplicationClass.LoadFromDtsServer 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:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSPackage100 ^ LoadFromDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, bool bLoadNeutral, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSApplication100::LoadFromDtsServer;
[System.Runtime.InteropServices.DispId(49)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100 LoadFromDtsServer (string bstrPackagePath, string bstrServerName, bool bLoadNeutral, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(49)>]
abstract member LoadFromDtsServer : string * string * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100
override this.LoadFromDtsServer : string * string * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100
Public Overridable Function LoadFromDtsServer (bstrPackagePath As String, bstrServerName As String, bLoadNeutral As Boolean, pEvents As IDTSEvents100) As IDTSPackage100
Parametri
- bstrPackagePath
- String
- bstrServerName
- String
- bLoadNeutral
- Boolean
- pEvents
- IDTSEvents100
Restituisce
Pacchetto caricato.
Implementazioni
- Attributi