Skip to content

Instantly share code, notes, and snippets.

Created February 15, 2013 17:17
Show Gist options
  • Save anonymous/4961846 to your computer and use it in GitHub Desktop.
Save anonymous/4961846 to your computer and use it in GitHub Desktop.
static void ClassicProject()
{
string projectPath = string.Empty;
projectPath = @"C:\sandbox\SSISHackAndSlash2012\soEzAPI2012\soEzAPI2012.Classic.dtproj";
Project p = Microsoft.SqlServer.Dts.Runtime.Project.CreateProject(projectPath);
p.Save();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment