DacExportOptions.HashObjectNamesInLogs Proprietà

Definizione

Ottenere o impostare boolean che specifica se eseguire l'hash dei nomi degli oggetti nei log

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

Valore della proprietà

True per sostituire tutti i nomi di oggetti nei log con un valore hash casuale; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a