Compartir a través de


CEnumerator::Find

Looks for a specified name among available providers.

bool Find( 
   TCHAR* szSearchName  
) throw( );

Parameters

  • szSearchName
    [in] The name to search for.

Return Value

true if the name was found. Otherwise, false.

Remarks

This name maps to the SOURCES_NAME member of the ISourcesRowset interface.

Requirements

Header: atldbcli.h

See Also

Concepts

CEnumerator Class

CEnumerator Members