DacDeployOptions.ScriptDatabaseCollation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,用于指定是否要更改目标数据库,以匹配源模型的排序规则。
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。
- 属性