Like Operator Constants

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

The Like operator constants are a collection of globally unique identifiers (GUIDs) for the Like operator.

extern const OLEDBDECLSPEC GUID DBGUID_LIKE_SQL = \
    {0xc8b521f6,0x5cf3,0x11ce,
        {0xad,0xe5,0x00,0xaa,0x00,0x44,0x77,0x3d}};
extern const OLEDBDECLSPEC GUID DBGUID_LIKE_DOS = \
    {0xc8b521f7,0x5cf3,0x11ce,
        {0xad,0xe5,0x00,0xaa,0x00,0x44,0x77,0x3d}};
extern const OLEDBDECLSPEC GUID DBGUID_LIKE_OFS = \
    {0xc8b521f8,0x5cf3,0x11ce,
        {0xad,0xe5,0x00,0xaa,0x00,0x44,0x77,0x3d}};
extern const OLEDBDECLSPEC GUID DBGUID_LIKE_MAPI = \
    {0xc8b521f9,0x5cf3,0x11ce,
        {0xad,0xe5,0x00,0xaa,0x00,0x44,0x77,0x3d}};

Remarks

The OLE DB Provider for Indexing Service uses only the DBGUID_LIKE_OFS constant, which signifies an Indexing Service Like operator.