共用方式為


IDTSApplication100.LoadFromDtsServer 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Loads a package from the specified server, and specifies the threading model.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Function LoadFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String, _
    bLoadNeutral As Boolean, _
    pEvents As IDTSEvents100 _
) As IDTSPackage100
'用途
Dim instance As IDTSApplication100 
Dim bstrPackagePath As String 
Dim bstrServerName As String 
Dim bLoadNeutral As Boolean 
Dim pEvents As IDTSEvents100 
Dim returnValue As IDTSPackage100 

returnValue = instance.LoadFromDtsServer(bstrPackagePath, _
    bstrServerName, bLoadNeutral, pEvents)
IDTSPackage100 LoadFromDtsServer(
    string bstrPackagePath,
    string bstrServerName,
    bool bLoadNeutral,
    IDTSEvents100 pEvents
)
IDTSPackage100^ LoadFromDtsServer(
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrServerName, 
    [InAttribute] bool bLoadNeutral, 
    [InAttribute] IDTSEvents100^ pEvents
)
abstract LoadFromDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string * 
        bLoadNeutral:bool * 
        pEvents:IDTSEvents100 -> IDTSPackage100
function LoadFromDtsServer(
    bstrPackagePath : String, 
    bstrServerName : String, 
    bLoadNeutral : boolean, 
    pEvents : IDTSEvents100
) : IDTSPackage100

參數

  • bstrPackagePath
    型別:System.String
    The fully qualified path of the package to load.
  • bstrServerName
    型別:System.String
    The name of the server where the package is stored.
  • bLoadNeutral
    型別:System.Boolean
    true to load the package as neutral threaded; false to load the package as apartment threaded.

傳回值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
A IDTSPackage100 object that represents the loaded project.

請參閱

參考

IDTSApplication100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間