DeploymentProjectBuilder.DeployToDatabase Property
Gets or sets a value indicating whether to deploy to the target database.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Friend Property DeployToDatabase As Boolean
protected internal bool DeployToDatabase { get; set; }
protected public:
property bool DeployToDatabase {
bool get ();
void set (bool value);
}
member DeployToDatabase : bool with get, set
function get DeployToDatabase () : boolean
function set DeployToDatabase (value : boolean)
Property Value
Type: System.Boolean
.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.