Gets a string value representing the current SQL Server database.
The SqlConnection.Database property updates dynamically. If you change the current database using a tsql statement or the SqlConnection.ChangeDatabase(string) method, an informational message is sent and the property is updated automatically.