DataSource :: connected - Client connected
The property indicates, that the data source client handle has been connected to a server. Local clients are never connected.
Return value:  Success ( bool  )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool 
DataSource  :: connected (  )
The function returns true, when the data source client handle is connected to a server and false otherwise.

