共用方式為


DacExportOptions.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。

屬性

適用於