IDTSApplication100.LoadPackage Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see ApplicationClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function LoadPackage ( _
FileName As String, _
loadNeutral As Boolean, _
pEvents As IDTSEvents100 _
) As IDTSPackage100
'Usage
Dim instance As IDTSApplication100
Dim FileName As String
Dim loadNeutral As Boolean
Dim pEvents As IDTSEvents100
Dim returnValue As IDTSPackage100
returnValue = instance.LoadPackage(FileName, _
loadNeutral, pEvents)
IDTSPackage100 LoadPackage(
string FileName,
bool loadNeutral,
IDTSEvents100 pEvents
)
IDTSPackage100^ LoadPackage(
[InAttribute] String^ FileName,
[InAttribute] bool loadNeutral,
[InAttribute] IDTSEvents100^ pEvents
)
abstract LoadPackage :
FileName:string *
loadNeutral:bool *
pEvents:IDTSEvents100 -> IDTSPackage100
function LoadPackage(
FileName : String,
loadNeutral : boolean,
pEvents : IDTSEvents100
) : IDTSPackage100
Parameters
- FileName
Type: System.String
- loadNeutral
Type: System.Boolean
- pEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100