Свойство SqlDeploymentOptions.TargetDatabaseExists

Gets boolean that if set specifies whether the target database exists

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property TargetDatabaseExists As Nullable(Of Boolean)
    Get
'Применение
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>

Значение свойства

Тип: System.Nullable<Boolean>

См. также

Справочник

SqlDeploymentOptions Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment