共用方式為


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 命名空間