Méthode LoadFromSQLServer
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ApplicationClass.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function LoadFromSQLServer ( _
bstrPackagePath As String, _
bstrServerName As String, _
bstrServerUserName As String, _
bstrServerPassword As String, _
bLoadNeutral As Boolean, _
pEvents As IDTSEvents100 _
) As IDTSPackage100
'Utilisation
Dim instance As IDTSApplication100
Dim bstrPackagePath As String
Dim bstrServerName As String
Dim bstrServerUserName As String
Dim bstrServerPassword As String
Dim bLoadNeutral As Boolean
Dim pEvents As IDTSEvents100
Dim returnValue As IDTSPackage100
returnValue = instance.LoadFromSQLServer(bstrPackagePath, _
bstrServerName, bstrServerUserName, _
bstrServerPassword, bLoadNeutral, _
pEvents)
IDTSPackage100 LoadFromSQLServer(
string bstrPackagePath,
string bstrServerName,
string bstrServerUserName,
string bstrServerPassword,
bool bLoadNeutral,
IDTSEvents100 pEvents
)
IDTSPackage100^ LoadFromSQLServer(
[InAttribute] String^ bstrPackagePath,
[InAttribute] String^ bstrServerName,
[InAttribute] String^ bstrServerUserName,
[InAttribute] String^ bstrServerPassword,
[InAttribute] bool bLoadNeutral,
[InAttribute] IDTSEvents100^ pEvents
)
abstract LoadFromSQLServer :
bstrPackagePath:string *
bstrServerName:string *
bstrServerUserName:string *
bstrServerPassword:string *
bLoadNeutral:bool *
pEvents:IDTSEvents100 -> IDTSPackage100
function LoadFromSQLServer(
bstrPackagePath : String,
bstrServerName : String,
bstrServerUserName : String,
bstrServerPassword : String,
bLoadNeutral : boolean,
pEvents : IDTSEvents100
) : IDTSPackage100
Paramètres
- bstrPackagePath
Type : System. . :: . .String
- bstrServerName
Type : System. . :: . .String
- bstrServerUserName
Type : System. . :: . .String
- bstrServerPassword
Type : System. . :: . .String
- bLoadNeutral
Type : System. . :: . .Boolean
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSPackage100
Voir aussi