Gets or sets the name of the database that contains the required data.
public string DatabaseName { get; set; }
Public Property DatabaseName As String
To specify the server name, use the ServerName property.
Use the UserName and Password properties to provide user credentials.