Get or set boolean that specifies whether the target database should be checked to ensure that it exists, is online and can be updated.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public ReadOnly Property ScriptDeployStateChecks As Boolean
Get
'用途
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.ScriptDeployStateChecks
public bool ScriptDeployStateChecks { get; }
public:
property bool ScriptDeployStateChecks {
bool get ();
}
member ScriptDeployStateChecks : bool
function get ScriptDeployStateChecks () : boolean
屬性值
型別:System.Boolean
True to perform state checks on the target database; otherwise, false. Default is false.