Propriedade SqlImportScriptService.OverwriteExistingObjects
Obtém um valor indicando se deseja sobrescrever objetos existentes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Sintaxe
'Declaração
Public Property OverwriteExistingObjects As Boolean
Get
Set
public bool OverwriteExistingObjects { get; set; }
public:
property bool OverwriteExistingObjects {
bool get ();
void set (bool value);
}
member OverwriteExistingObjects : bool with get, set
function get OverwriteExistingObjects () : boolean
function set OverwriteExistingObjects (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Project