This document is archived and information here might be outdated.  Recommended version.


ISQLSyntaxInfo.Keywords Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISQLSyntaxInfo Interface > ISQLSyntaxInfo.Keywords Property
ArcGIS Developer Help

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