Define a default CSV file record source.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal fileName As String, _ ByVal keyName As String, _ ByVal parentKeyName As String _ ) |
C# |
---|
public NetricsRecFile( string fileName, string keyName, string parentKeyName ) |
C++ |
---|
public: NetricsRecFile( String fileName, String keyName, String parentKeyName ) sealed |
J# |
---|
public NetricsRecFile( string fileName, string keyName, string parentKeyName ) |
JScript |
---|
public function NetricsRecFile( fileName : String, keyName : String, parentKeyName : String ) |
Parameters
- fileName
- The name of the file containing the records. If this is non-null it defines the name of the key field in the file records and the file must contain a field names header record and fieldNamesFirst must be true. If this is non-null it defines the name of the parent key field in the file records and the file must contain a field names header record and fieldNamesFirst must be true.
- keyName
- parentKeyName
Remarks
This is the same as:
NetricsRecFile(fileName,null,false,false,-1,true,false,-1,keyName,-1,parentKeyName)