IDTSApplication100.LoadFromSQLServer Method

Definition

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSPackage100 ^ LoadFromSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword, bool bLoadNeutral, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100 LoadFromSQLServer (string bstrPackagePath, string bstrServerName, string bstrServerUserName, string bstrServerPassword, bool bLoadNeutral, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member LoadFromSQLServer : string * string * string * string * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSPackage100
Public Function LoadFromSQLServer (bstrPackagePath As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String, bLoadNeutral As Boolean, pEvents As IDTSEvents100) As IDTSPackage100

Parameters

bstrPackagePath
String
bstrServerName
String
bstrServerUserName
String
bstrServerPassword
String
bLoadNeutral
Boolean
pEvents
IDTSEvents100

Returns

The package that was loaded.

Attributes

Applies to