ApplicationClass.LoadFromSQLServer 方法

定义

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

参数

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

返回

返回一个 ApplicationClass 对象。

实现

属性

适用于