DacDeployOptions.ScriptDatabaseOptions Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se le opzioni del database nel database di destinazione devono essere aggiornate in modo che corrispondano al modello di origine.

public bool ScriptDatabaseOptions { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptDatabaseOptions")]
public bool ScriptDatabaseOptions { get; set; }
member this.ScriptDatabaseOptions : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ScriptDatabaseOptions")>]
member this.ScriptDatabaseOptions : bool with get, set
Public Property ScriptDatabaseOptions As Boolean

Valore della proprietà

True per modificare le opzioni del database di destinazione; in caso contrario, false. Il valore predefinito è vero.

Attributi

Si applica a