The table info field for the table from which the record came.


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

Syntax

Visual Basic (Declaration)
Public Function getSrcTblInfo() As String
C#
public string getSrcTblInfo()
C++
public:
 String getSrcTblInfo() sealed 
J#
public string getSrcTblInfo()
JScript
public  function getSrcTblInfo() : String

Remarks

Will be null if tblinfo was not set at loadtime.

See Also