Create a NetricsTableCursorRecSrc 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 NetricsTableCursorRecSrc( NetricsTableCursor cursor, NetricsServerInterface host ) |
| C++ |
|---|
| public: NetricsTableCursorRecSrc( NetricsTableCursor cursor, NetricsServerInterface host ) sealed |
| J# |
|---|
| public NetricsTableCursorRecSrc( NetricsTableCursor cursor, NetricsServerInterface host ) |
| JScript |
|---|
| public function NetricsTableCursorRecSrc( cursor : NetricsTableCursor, host : NetricsServerInterface ) |
Parameters
- cursor
- Cursor underlying the record source.
- host
- The cursor will traverse table(s) on this host.