IixssoQuery::Columns property

[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.]

Contains the list of case-insensitive column names used in formatting the query result set.

This property is read/write.

Syntax


HRESULT put_Columns(
  [in]          BSTR val
);

HRESULT get_Columns(
  [out, retval] BSTR *val
);

Property value

Specifies a list of column names, separated by commas.

Remarks

This property gives a list of column names, each separated by commas. The column names can be enclosed in quotation marks if they contain characters other than alphabetic and numeric characters.

Examples


objQuery.Columns = "DocAuthor, vpath, doctitle"

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

End of client support

Windows 7

End of server support

Windows Server 2008 R2

DLL

Ixsso.dll

See also

IixssoQuery

 

 

Show: