DacDeployOptions.HashObjectNamesInLogs 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指定是否要在記錄中雜湊物件名稱
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 是表示 以隨機雜湊值取代記錄中的所有物件名稱;否則為 false。 預設值為 false。
- 屬性
產品 | 版本 |
---|---|
Microsoft.SQLServer.DacFx | 150.18208.0, 160.2004021.0, 161.6374.0, 162.2.111 |