SqlScriptPublishModel.SkipCreateDatabase 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.
Flag indicating if we should skip the create database statement Normally this is set based on scriptAllObjects and EngineType but there are cases where it isn't desired, mostly testing.
public bool SkipCreateDatabase { get; set; }
member this.SkipCreateDatabase : bool with get, set
Public Property SkipCreateDatabase As Boolean