Partilhar via


Propriedade do RDL SqlDeploymentOptions.TargetDatabaseExists

Gets boolean that if set specifies whether the target database exists

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property TargetDatabaseExists As Nullable(Of Boolean)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Nullable<Boolean>

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment