DacImportOptions.HashObjectNamesInLogs Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or set boolean that specifies whether to hash object names in logs
C#
public bool HashObjectNamesInLogs { get; set; }
C#
[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 to replace all object names in logs with a random hash value; otherwise, false. Default is false
- Attributes
Product | Versions |
---|---|
Microsoft.SQLServer.DacFx | 150.18208.0, 160.2004021.0, 161.6374.0, 162.2.111 |