ArcObjects Library Reference (Carto)  

ISQLSyntaxInfo.Keywords Property

The list of DBMS specific reserved keywords.

[Visual Basic .NET]
Public ReadOnly Property Keywords As IStringArray
[C#]
public IStringArray Keywords {get;}
[C++]
HRESULT get_Keywords(
  IStringArray** Keywords
);
[C++]

Parameters

Keywords [out, retval]

  Keywords is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISQLSyntaxInfo Interface