Share via


DeploymentProjectBuilder.DeployToScript Property

Gets or sets a value indicating whether to deploy to a script file.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Friend Property DeployToScript As Boolean
protected internal bool DeployToScript { get; set; }
protected public:
property bool DeployToScript {
    bool get ();
    void set (bool value);
}
member DeployToScript : bool with get, set
function get DeployToScript () : boolean
function set DeployToScript (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace