Metodo ApplicationClass.SavePackage
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Saves the package.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Sub SavePackage ( _
bstrFileName As String, _
pPackage As IDTSPackage100, _
pEvents As IDTSEvents100 _
)
'Utilizzo
Dim instance As ApplicationClass
Dim bstrFileName As String
Dim pPackage As IDTSPackage100
Dim pEvents As IDTSEvents100
instance.SavePackage(bstrFileName, pPackage, _
pEvents)
public virtual void SavePackage(
string bstrFileName,
IDTSPackage100 pPackage,
IDTSEvents100 pEvents
)
public:
virtual void SavePackage(
[InAttribute] String^ bstrFileName,
[InAttribute] IDTSPackage100^ pPackage,
[InAttribute] IDTSEvents100^ pEvents
)
abstract SavePackage :
bstrFileName:string *
pPackage:IDTSPackage100 *
pEvents:IDTSEvents100 -> unit
override SavePackage :
bstrFileName:string *
pPackage:IDTSPackage100 *
pEvents:IDTSEvents100 -> unit
public function SavePackage(
bstrFileName : String,
pPackage : IDTSPackage100,
pEvents : IDTSEvents100
)
Parametri
- bstrFileName
Tipo: System.String
The file name.
- pPackage
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
The package to save.
- pEvents
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An IDTSEvents object.
Implementa
IDTSApplication100.SavePackage(String, IDTSPackage100, IDTSEvents100)