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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.