Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>