CodeAnalysisService.CodeAnalysisSucceededFile Property

Definition

Optional path to a file that is created if analysis succeeds. This can be used to check whether analysis should be run or not - for instance if analyzing a dacpac, comparing the modification time for the dacpac versus the analysis success file can tell you whether the dacpac is more recent than the last analysis.

public string CodeAnalysisSucceededFile { get; set; }
member this.CodeAnalysisSucceededFile : string with get, set
Public Property CodeAnalysisSucceededFile As String

Property Value

Applies to