CodeAnalysisService.CodeAnalysisSucceededFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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