motable.h
来自「程序编写环境为Visual Studio.NET 2002」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_MOTABLE_H__BF71C9BF_0900_42BC_B8C2_3C6A4338FD41__INCLUDED_)
#define AFX_MOTABLE_H__BF71C9BF_0900_42BC_B8C2_3C6A4338FD41__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CMoRecordset;
/////////////////////////////////////////////////////////////////////////////
// CMoTable wrapper class
class CMoTable : public COleDispatchDriver
{
public:
CMoTable() {} // Calls COleDispatchDriver default constructor
CMoTable(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CMoTable(const CMoTable& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
CString GetUser();
void SetUser(LPCTSTR);
CString GetPassword();
void SetPassword(LPCTSTR);
CString GetDatabase();
void SetDatabase(LPCTSTR);
CString GetName();
void SetName(LPCTSTR);
CMoRecordset GetRecords();
void SetRecords(LPDISPATCH);
CString GetServer();
void SetServer(LPCTSTR);
// Operations
public:
CMoRecordset SearchExpression(LPCTSTR expression);
CString GetVersion();
void SetVersion(LPCTSTR lpszNewValue);
LPDISPATCH GetCommand();
void SetRefCommand(LPDISPATCH newValue);
long GetMaxCachedRelateRecords();
void SetMaxCachedRelateRecords(long nNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MOTABLE_H__BF71C9BF_0900_42BC_B8C2_3C6A4338FD41__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?