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

Syntax

Visual Basic (Declaration)
Public Function isPhonetic() As Boolean _
    Implements INetricsTableStats.isPhonetic
C#
public bool isPhonetic()
C++
public:
 bool isPhonetic() sealed 
J#
public bool isPhonetic()
JScript
public  function isPhonetic() : bool

Return Value

Whether of not phonetics is turned on for the databse (phonetics performs substitutions based on sets of characters which sound the same - your software must have phonetics enabled in order for this property to be set).

Implements

INetricsTableStats.isPhonetic

See Also