Specifies the character map to use for each field.


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

Syntax

Visual Basic (Declaration)
Public Sub setCharmaps( _ 
   ByVal charmaps As String() _ 
) _
    Implements INetricsTable.setCharmaps
C#
public void setCharmaps(
   string[] charmaps
)
C++
public:
 void setCharmaps(
   array<String>^ charmaps
) sealed 
J#
public void setCharmaps(
   string[] charmaps
)
JScript
public  function setCharmaps(
   charmaps : String[]
)

Parameters

charmaps
A string name of the character map to use for each field in the table.

Implements

INetricsTable.setCharmaps

Remarks

The length of this array must be the same as the number of (user) fields in the data base. This is a list of the names of character maps assigned to each field. Entries that do not correspond to fields of type LKT_FLD_TYPE_TEXT are ignored. DEFAULT: if not specified all searchable fields use the predefined character map "_STD_".

See Also