다음을 통해 공유


DacDeployOptions.ScriptDatabaseOptions 속성

정의

대상 데이터베이스의 데이터베이스 옵션을 원본 모델과 일치하도록 업데이트해야 하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

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

속성 값

대상 데이터베이스의 옵션을 변경하려면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상