TSqlModel.IsScriptBacked 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.
Is this a model that is backed by scripts? In this case objects in the UserDefined scope will have source position information including a source name and information. This is important for scenarios such as use of the CodeAnalysisService.
Any empty TSqlModel created will be script-backed by default. Models loaded from a Dacpac will only be scipt backed if the LoadAsScriptBackedModel option is enabled. Note that creating a script-backed model will take longer than using a standard model loaded from a Dacpac
public bool IsScriptBacked { get; }
member this.IsScriptBacked : bool
Public ReadOnly Property IsScriptBacked As Boolean