次の方法で共有


CAccessorBase::IsAutoAccessor

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CAccessorBase::IsAutoAccessor.

Returns true if data is automatically retrieved for the accessor during a Move operation.

Syntax

  
      bool IsAutoAccessor(  
   ULONG nAccessor   
) const;  

Parameters

nAccessor
[in] The zero-offset number for the accessor.

Return Value

Returns true if the accessor is an autoaccessor. Otherwise, it returns false.

Requirements

Header: atldbcli.h

See Also

CAccessorBase Class