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