IDTSPackagePersist100.ClonePackageToXML Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Clone le package dans un format XML.
public:
void ClonePackageToXML([Runtime::InteropServices::Out] System::Object ^ % pvDestination, bool vbReturnDOM, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(3)]
public void ClonePackageToXML (out object pvDestination, bool vbReturnDOM, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member ClonePackageToXML : obj * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
Public Sub ClonePackageToXML (ByRef pvDestination As Object, vbReturnDOM As Boolean, pEvents As IDTSEvents100)
Paramètres
- pvDestination
- Object
Destination du package.
- vbReturnDOM
- Boolean
true pour retourner DOM ; sinon, false.
- pEvents
- IDTSEvents100
Objet qui implémente l'interface IDTSEvents100 visant à déclencher les événements (erreurs, avertissements, etc.) pendant la persistance.
- Attributs