SqlScriptPublishModel.SkipCreateDatabase 属性

定义

指示我们是否应跳过 create database 语句的标志(通常基于 scriptAllObjects 和 EngineType 设置),但在某些情况下不需要,主要是测试。

public bool SkipCreateDatabase { get; set; }
member this.SkipCreateDatabase : bool with get, set
Public Property SkipCreateDatabase As Boolean

属性值

适用于