CRestrictions 类

可用于架构行集指定绑定的泛型类。

template < 
   class T, 
   short nRestrictions, 
   const GUID* pguid 
>
class CRestrictions : public CSchemaRowset < 
   T, 
   nRestrictions  
>

参数

  • T
    用于访问器的类。

  • nRestrictions
    限制列的数量架构行集合中。

  • pguid
    设置为 GUID 的指针的架构。

成员

方法

打开

根据用户提供的限制返回结果集。

要求

**头文件:**atldbsch.h

请参见

概念

OLE DB 使用者模板 (C++)

OLE DB 使用者模板参考