Поделиться через


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

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace