Share via


SchemaCompareFileBasedModelProvider.DatabaseFileName Property

Gets or sets the file name for the database.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property DatabaseFileName As String
public string DatabaseFileName { get; set; }
public:
property String^ DatabaseFileName {
    String^ get ();
    void set (String^ value);
}
member DatabaseFileName : string with get, set
function get DatabaseFileName () : String
function set DatabaseFileName (value : String)

Property Value

Type: System.String
The database file name.

.NET Framework Security

See Also

Reference

SchemaCompareFileBasedModelProvider Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace