Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets boolean that if set specifies whether the target database exists
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property TargetDatabaseExists As Nullable(Of Boolean)
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Nullable(Of Boolean)
value = instance.TargetDatabaseExists
public Nullable<bool> TargetDatabaseExists { get; }
public:
property Nullable<bool> TargetDatabaseExists {
Nullable<bool> get ();
}
member TargetDatabaseExists : Nullable<bool>
function get TargetDatabaseExists () : Nullable<boolean>
Property Value
Type: System.Nullable<Boolean>