Create a NetricsTableCursorCompoundRecSrc instance.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal cursor As NetricsTableCursor, _ ByVal host As NetricsServerInterface _ ) |
| C# |
|---|
| public NetricsTableCursorCompoundRecSrc( NetricsTableCursor cursor, NetricsServerInterface host ) |
| C++ |
|---|
| public: NetricsTableCursorCompoundRecSrc( NetricsTableCursor cursor, NetricsServerInterface host ) sealed |
| J# |
|---|
| public NetricsTableCursorCompoundRecSrc( NetricsTableCursor cursor, NetricsServerInterface host ) |
| JScript |
|---|
| public function NetricsTableCursorCompoundRecSrc( cursor : NetricsTableCursor, host : NetricsServerInterface ) |
Parameters
- cursor
- Cursor underlying the record source.
- host
- The cursor will traverse table(s) on this host.