Metodo SaveToSQLServer
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see ApplicationClass.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub SaveToSQLServer ( _
Package As IDTSPackage100, _
pEvents As IDTSEvents100, _
ServerName As String, _
ServerUserName As String, _
ServerPassword As String _
)
'Utilizzo
Dim instance As IDTSApplication100
Dim Package As IDTSPackage100
Dim pEvents As IDTSEvents100
Dim ServerName As String
Dim ServerUserName As String
Dim ServerPassword As String
instance.SaveToSQLServer(Package, pEvents, _
ServerName, ServerUserName, ServerPassword)
void SaveToSQLServer(
IDTSPackage100 Package,
IDTSEvents100 pEvents,
string ServerName,
string ServerUserName,
string ServerPassword
)
void SaveToSQLServer(
[InAttribute] IDTSPackage100^ Package,
[InAttribute] IDTSEvents100^ pEvents,
[InAttribute] String^ ServerName,
[InAttribute] String^ ServerUserName,
[InAttribute] String^ ServerPassword
)
abstract SaveToSQLServer :
Package:IDTSPackage100 *
pEvents:IDTSEvents100 *
ServerName:string *
ServerUserName:string *
ServerPassword:string -> unit
function SaveToSQLServer(
Package : IDTSPackage100,
pEvents : IDTSEvents100,
ServerName : String,
ServerUserName : String,
ServerPassword : String
)
Parametri
- ServerName
Tipo: System. . :: . .String
- ServerUserName
Tipo: System. . :: . .String
- ServerPassword
Tipo: System. . :: . .String