What value will the following code use for the User ID when it opens the connection?

Dim cnn as New ADODB.Connection

cnn.Provider = "SQLOLEDB"
cnn.Properties("User ID") = "Todd"
cnn.ConnectionString = "Data Source=my_sql_server;User ID=Aaron"
cnn.Open , "Shane"