Compartir a través de


SqlDeploymentOptions.HashObjectNamesInLogs Property

Definition

Get boolean that specifies whether to replace all object names in logs with a random hash value

public bool HashObjectNamesInLogs { get; }
member this.HashObjectNamesInLogs : bool
Public ReadOnly Property HashObjectNamesInLogs As Boolean

Property Value

True to replace all object names with random hash values; otherwise, false. Default is false

Remarks

This is useful for scrubbing potentially sensitive data from logs

Applies to