Deprecated since 4.4.3 Use
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function addRecsFromFile( _ ByVal tblName As String, _ ByVal encoding As String, _ ByVal fileName As String, _ ByVal doMaxWork As Boolean, _ ByVal fieldLengths As Integer(), _ ByVal leadingKey As Boolean, _ ByVal initialKey As Integer, _ ByVal fieldNamesFirst As Boolean, _ ByVal fieldTypesFirst As Boolean, _ ByVal replaceNotAdd As Boolean, _ ByVal l As NetricsLock _ ) As NetricsTableStats _ Implements INetricsServerInterface.addRecsFromFile |
C# |
---|
public NetricsTableStats addRecsFromFile( string tblName, string encoding, string fileName, bool doMaxWork, int[] fieldLengths, bool leadingKey, int initialKey, bool fieldNamesFirst, bool fieldTypesFirst, bool replaceNotAdd, NetricsLock l ) |
C++ |
---|
public: NetricsTableStats addRecsFromFile( String tblName, String encoding, String fileName, bool doMaxWork, array<int>^ fieldLengths, bool leadingKey, int initialKey, bool fieldNamesFirst, bool fieldTypesFirst, bool replaceNotAdd, NetricsLock l ) sealed |
J# |
---|
public NetricsTableStats addRecsFromFile( string tblName, string encoding, string fileName, bool doMaxWork, int[] fieldLengths, bool leadingKey, int initialKey, bool fieldNamesFirst, bool fieldTypesFirst, bool replaceNotAdd, NetricsLock l ) |
JScript |
---|
public
function addRecsFromFile( tblName : String, encoding : String, fileName : String, doMaxWork : bool, fieldLengths : int[], leadingKey : bool, initialKey : int, fieldNamesFirst : bool, fieldTypesFirst : bool, replaceNotAdd : bool, l : NetricsLock ) : NetricsTableStats |