다음을 통해 공유


DacDeployOptions.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입니다.

특성

적용 대상