Guest User

Untitled

a guest
May 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Package package = app.LoadPackage("mypackage.dtsx, null);
  2. package.PackagePassword = "mypass";
  3.  
  4. DTSExecResult result = package.Execute();
  5.  
  6. app.PackagePassword = "mypass";
Add Comment
Please, Sign In to add comment