Specifies the character map used to translate thesaurus entries.


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

Syntax

Visual Basic (Declaration)
Public Sub setCharmap( _ 
   ByVal name As String _ 
)
C#
public void setCharmap(
   string name
)
C++
public:
 void setCharmap(
   String name
) sealed 
J#
public void setCharmap(
   string name
)
JScript
public  function setCharmap(
   name : String
)

Parameters

name
The string name of an existing character map.

Remarks

If not specified the standard character map for data base tables is used.

See Also