Specifies the name of the main database file.
property InitialFileName: string;
Use the InitialFileName property to specify the name of the main database file. This database will be the default database for the connection. SQL Server attaches the database to the server if it has not been attached to the server yet. So, this property can be used to connect to the database that has not been attached to the server yet.