Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the database name.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Property DatabaseName As String
public virtual string DatabaseName { get; private set; }
public:
virtual property String^ DatabaseName {
String^ get ();
private: void set (String^ value);
}
abstract DatabaseName : string with get, private set
override DatabaseName : string with get, private set
function get DatabaseName () : String
private function set DatabaseName (value : String)
Property Value
Type: System.String
.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.