Exemple #1
0
        public NetOffice.DAOApi.Workspace CreateWorkspace(string name, string userName, string password)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, userName, password);
            object   returnItem  = Invoker.MethodReturn(this, "CreateWorkspace", paramsArray);

            NetOffice.DAOApi.Workspace newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.Workspace.LateBindingApiWrapperType) as NetOffice.DAOApi.Workspace;
            return(newObject);
        }
Exemple #2
0
        public static NetOffice.DAOApi.Workspace CreateWorkspace(string name, string userName, string password)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, userName, password);
            object   returnItem  = Invoker.MethodReturn(_instance, "CreateWorkspace", paramsArray);

            NetOffice.DAOApi.Workspace newObject = Factory.CreateKnownObjectFromComProxy(_instance, returnItem, typeof(NetOffice.DAOApi.Workspace)) as NetOffice.DAOApi.Workspace;
            return(newObject);
        }
Exemple #3
0
 public Int32 AnalyzeQuery(NetOffice.DAOApi.Workspace workspace, NetOffice.DAOApi.Database database, string query, string results)
 {
     return(Factory.ExecuteInt32MethodGet(this, "AnalyzeQuery", workspace, database, query, results));
 }
Exemple #4
0
 public Int32 AnalyzeTable(NetOffice.DAOApi.Workspace workspace, NetOffice.DAOApi.Database database, string table, bool returnDebugInfo, string results)
 {
     return(Factory.ExecuteInt32MethodGet(this, "AnalyzeTable", new object[] { workspace, database, table, returnDebugInfo, results }));
 }
Exemple #5
0
		public Int32 AnalyzeQuery(NetOffice.DAOApi.Workspace workspace, NetOffice.DAOApi.Database database, string query, string results)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(workspace, database, query, results);
			object returnItem = Invoker.MethodReturn(this, "AnalyzeQuery", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Exemple #6
0
		public Int32 AnalyzeTable(NetOffice.DAOApi.Workspace workspace, NetOffice.DAOApi.Database database, string table, bool returnDebugInfo, string results)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(workspace, database, table, returnDebugInfo, results);
			object returnItem = Invoker.MethodReturn(this, "AnalyzeTable", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Exemple #7
0
 public virtual Int32 AnalyzeQuery(NetOffice.DAOApi.Workspace workspace, NetOffice.DAOApi.Database database, string query, string results)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "AnalyzeQuery", workspace, database, query, results));
 }
Exemple #8
0
 public virtual Int32 AnalyzeTable(NetOffice.DAOApi.Workspace workspace, NetOffice.DAOApi.Database database, string table, bool returnDebugInfo, string results)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "AnalyzeTable", new object[] { workspace, database, table, returnDebugInfo, results }));
 }