Configure a joined search against a set of joined tables.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal join_def As NetricsJoin _ 
)
C#
public NetricsSearchCfg(
   NetricsJoin join_def
)
C++
public:
 NetricsSearchCfg(
   NetricsJoin join_def
) sealed 
J#
public NetricsSearchCfg(
   NetricsJoin join_def
)
JScript
public function NetricsSearchCfg(
   join_def : NetricsJoin
)

Parameters

join_def
The definition of the join relation. This must not be null.

Remarks

This configuration is not usable until a query has been added with the setNetricsQuery method.

See Also