Dela via


SqlSchemaDeploymentOptions.GenerateDatabaseOptions Property

Gets or sets a value that indicates whether the database options should be set in the update script.

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

Syntax

'Declaration
Public Property GenerateDatabaseOptions As Boolean
public bool GenerateDatabaseOptions { get; set; }
public:
property bool GenerateDatabaseOptions {
    bool get ();
    void set (bool value);
}
member GenerateDatabaseOptions : bool with get, set
function get GenerateDatabaseOptions () : boolean
function set GenerateDatabaseOptions (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace