RDOCOL.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:
Windows编程
开发平台:
Visual C++
- #ifndef __RDOCOL_H__
- #define __RDOCOL_H__
- // 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.
- /////////////////////////////////////////////////////////////////////////////
- // CrdoColumn wrapper class
- class CrdoColumn : public COleDispatchDriver
- {
- public:
- CrdoColumn() {} // Calls COleDispatchDriver default constructor
- CrdoColumn(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CrdoColumn(const CrdoColumn& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- // Attributes
- public:
- // Operations
- public:
- VARIANT GetValue();
- void SetValue(const VARIANT& newValue);
- long GetType();
- CString GetName();
- void SetName(LPCTSTR lpszNewValue);
- long GetSize();
- void SetSize(long nNewValue);
- BOOL GetAllowZeroLength();
- void SetAllowZeroLength(BOOL bNewValue);
- long GetAttributes();
- BOOL GetUpdatable();
- void SetUpdatable(BOOL bNewValue);
- short GetOrdinalPosition();
- BOOL GetRequired();
- CString GetSourceColumn();
- void SetSourceColumn(LPCTSTR lpszNewValue);
- CString GetSourceTable();
- void SetSourceTable(LPCTSTR lpszNewValue);
- BOOL GetChunkRequired();
- void AppendChunk(const VARIANT& Chunk);
- VARIANT GetChunk(long Size);
- long ColumnSize();
- VARIANT GetBatchConflictValue();
- VARIANT GetOriginalValue();
- long GetStatus();
- void SetStatus(long nNewValue);
- BOOL GetKeyColumn();
- void SetKeyColumn(BOOL bNewValue);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // __RDOCOL_H__