Esempio n. 1
0
        static void Main(string[] args)
        {
            DacpacToSqlCmdlet cmd = new DacpacToSqlCmdlet();

            cmd.OutputDirectory = "C:/Users/smith/Documents/GitHub/LifespeakSqlServer";
            cmd.InputPath       = "C:/Users/smith/Documents/GitHub/staging.dacpac";
            cmd.Test();
            // SqlDacpacConverter cmd = new SqlDacpacConverter();
            // cmd.OutputPath = "C:/dacpac/t1.dacpac";
            // cmd.FileDirectory = "C:/Users/smith/Documents/GitHub/LifespeakSqlServer/Redesign/";
            //cmd.ProcessRecord();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            DacpacToSqlCmdlet cmd = new DacpacToSqlCmdlet();

            cmd.Test();
        }