SqlImportScriptService.OverwriteExistingObjects 属性

获取一个值,该值指示是否覆盖现有对象。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package.Sql(在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)

语法

声明
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)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

SqlImportScriptService 类

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project 命名空间