Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Loads the package from an XML format.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub LoadPackageFromXML ( _
vSource As Object, _
vbSourceIsLocation As Boolean, _
pEvents As IDTSEvents100 _
)
'Utilisation
Dim instance As IDTSPackagePersist100
Dim vSource As Object
Dim vbSourceIsLocation As Boolean
Dim pEvents As IDTSEvents100
instance.LoadPackageFromXML(vSource, _
vbSourceIsLocation, pEvents)
void LoadPackageFromXML(
Object vSource,
bool vbSourceIsLocation,
IDTSEvents100 pEvents
)
void LoadPackageFromXML(
[InAttribute] Object^ vSource,
[InAttribute] bool vbSourceIsLocation,
[InAttribute] IDTSEvents100^ pEvents
)
abstract LoadPackageFromXML :
vSource:Object *
vbSourceIsLocation:bool *
pEvents:IDTSEvents100 -> unit
function LoadPackageFromXML(
vSource : Object,
vbSourceIsLocation : boolean,
pEvents : IDTSEvents100
)
Paramètres
- vSource
Type : System.Object
The source of the package.
- vbSourceIsLocation
Type : System.Boolean
true to indicate that the source is a location; otherwise, false.
- pEvents
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An object that implements the IDTSEvents100 interface for firing events (errors, warnings, and so on) during persistence.