Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get or set boolean that specifies whether the target database should be checked to ensure that it exists, is online and can be updated.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property ScriptDeployStateChecks As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
True to perform state checks on the target database; otherwise, false. Default is false.