Condividi tramite


DacDeployOptions.ScriptDatabaseOptions Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se le opzioni di database nel database di destinazione debbano essere aggiornate in modo da corrispondere 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 è true.

Attributi

Si applica a