IDTSApplication130.SaveToSQLServer 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:
void SaveToSQLServer(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSPackage100 ^ Package, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSEvents100 ^ pEvents, System::String ^ ServerName, System::String ^ ServerUserName, System::String ^ ServerPassword);
[System.Runtime.InteropServices.DispId(12)]
public void SaveToSQLServer (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSPackage100 Package, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 pEvents, string ServerName, string ServerUserName, string ServerPassword);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member SaveToSQLServer : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSPackage100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 * string * string * string -> unit
Public Sub SaveToSQLServer (Package As IDTSPackage100, pEvents As IDTSEvents100, ServerName As String, ServerUserName As String, ServerPassword As String)
Parámetros
- Package
- IDTSPackage100
- pEvents
- IDTSEvents100
- ServerName
- String
- ServerUserName
- String
- ServerPassword
- String
Implementaciones
- Atributos