MonitorService.Connect

This function connects into a database session.

Syntax Parameters Return Value
Sub MonitorService.Connect( _
    ConnectString As String, _
    Station As String, _
    UserName As String, _
    Password As String)
  • ConnectString [in]

Type: String

  • Station [in]

Type: String

  • UserName [in]

Type: String

  • Password [in]

Type: String

This function does not return a value.