public string BuildCellset(string Mdx)
        {
            BuildCellsetDelegate commandDelegate = new BuildCellsetDelegate(_adomd.BuildCellset);

            return((string)ExecXmlCstCommand(commandDelegate, new object[] { this.Server, this.Database, Mdx }));
        }
 public string BuildCellset(string Mdx)
 {
     BuildCellsetDelegate commandDelegate = new BuildCellsetDelegate(_xmlCst.BuildCellset);
     return (string)ExecXmlCstCommand(commandDelegate, new object[] { this.Server, this.Database, Mdx });
 }