DacImportOptions.HashObjectNamesInLogs 属性

定义

获取或设置指定是否对日志中的对象名称进行哈希处理的布尔值

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

属性值

如果为 True,则用随机哈希值替换日志中的所有对象名称;否则为 false。 默认值为 false

属性

适用于