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


ISqlKeywordDictionary.Count Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISqlKeywordDictionary.Count Property

Number of invalid field names.

[Visual Basic .NET]
Public Sub Count ( _
    ByRef reservedWordCount As Integer _
)
[C#]
public void Count (
    ref int reservedWordCount
);
[C++]
HRESULT get_Count(
  long* reservedWordCount
);
[C++]

Parameters reservedWordCount [in] reservedWordCount is a parameter of type long

Product Availability

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

See Also

ISqlKeywordDictionary Interface