Método LoadFromDtsServer
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see ApplicationClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function LoadFromDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String, _
bLoadNeutral As Boolean, _
pEvents As IDTSEvents100 _
) As IDTSPackage100
'Uso
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
Parâmetros
- bstrPackagePath
Tipo: System. . :: . .String
- bstrServerName
Tipo: System. . :: . .String
- bLoadNeutral
Tipo: System. . :: . .Boolean
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSPackage100
Consulte também