Ejemplo n.º 1
0
        public string BuildCellset(string Mdx)
        {
            BuildCellsetDelegate commandDelegate = new BuildCellsetDelegate(_adomd.BuildCellset);

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