CimTable.UserName (property)

Gets the user name if needed to connect to the Database specified with DataSource.
Syntax: String = object.UserName
object.UserName = String
Description: CimTable.UserName specifies the name of the user to connect to the database.

Examples

myTable.UserName = "Administrator"
myTable.Password = "**********"