ApplicationClass.LoadFromDtsServer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSPackage100 ^ LoadFromDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, bool bLoadNeutral, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSApplication130::LoadFromDtsServer;
[System.Runtime.InteropServices.DispId(49)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSPackage100 LoadFromDtsServer (string bstrPackagePath, string bstrServerName, bool bLoadNeutral, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(49)>]
abstract member LoadFromDtsServer : string * string * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSPackage100
override this.LoadFromDtsServer : string * string * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSPackage100
Public Overridable Function LoadFromDtsServer (bstrPackagePath As String, bstrServerName As String, bLoadNeutral As Boolean, pEvents As IDTSEvents100) As IDTSPackage100
Parámetros
- bstrPackagePath
- String
- bstrServerName
- String
- bLoadNeutral
- Boolean
- pEvents
- IDTSEvents100
Devoluciones
Implementaciones
- Atributos