다음을 통해 공유


DacDeployOptions.ScriptDatabaseCollation 속성

정의

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

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

속성 값

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

특성

적용 대상