|
A collection of DtoSqlClient objects, representing all the SQL clients on a server.
|
Count
|
Returns the number of members in a collection.
|
|
Item
|
Returns a specific member of a collection.
|
None
Note
This collection cannot be obtained by a Workstation engine.
Use the Count property to find the number of members in the collection.
' Instantiate session and connect Dim my_session as new DtoSession Dim result as DtoResult result = my_session.Connect("myserver", "username", "password") ' Get monitor object from session Dim my_monitor as DtoMonitor Set my_monitor = my_session.Monitor ' Now get SQL Clients from monitor Dim my_sqlclients as DtoSqlClients Set my_sqlclients = my_monitor.SqlClients
DtoSqlClient Object
DtoMonitor Object
|
Chapter contents
Prev topic: DtoProtocolStat Object
|