Enable phonetic searches for this table.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub setPhonetic( _ 
   ByVal enabled As Boolean _ 
)
C#
public void setPhonetic(
   bool enabled
)
C++
public:
 void setPhonetic(
   bool enabled
) sealed 
J#
public void setPhonetic(
   bool enabled
)
JScript
public  function setPhonetic(
   enabled : bool
)

Remarks

Available only in the Phonetics Version of the ibi™ Patterns - Search Server. Phonetics must be enabled at load time to perform phonetic searches (it is on by default in a Phonetics version server).

See Also