共用方式為


設定資料庫圖表設計工具 (Visual Database Tools)

適用於:SQL Server Azure SQL 資料庫 Azure SQL 受控執行個體 Analytics Platform System (PDW)

若要使用資料庫圖表設計工具,必須先由 db_owner 角色的成員進行設定,才能控制圖表的存取權。

設定資料庫圖表化

  1. 從 [物件總管] 中,展開資料庫節點。

  2. 在資料庫連接中展開 [資料庫圖表] 節點。

  3. 如果您要設定資料庫圖表化,可在提示出現時選取 [是]

    注意

    這會在 SQL Server 資料庫中建立資料庫圖表資料表、系統預存程序和系統函數。

  4. Visual Studio 會在 SQL Server 執行個體上建立下列物件:

    1. sysdiagrams 資料表

    2. sp_alterdiagram 預存程序

    3. sp_creatediagram 預存程序

    4. sp_dropdiagram 預存程序

    5. sp_renamediagram 預存程序

    6. fn_diagramobjects 函數

    7. sp_helpdiagrams 預存程序

    8. sp_helpdiagramsdefinition 預存程序

    9. sp_upgraddiagrams 預存程序

另請參閱

了解資料庫圖表擁有權 (Visual Database Tools)
升級舊版的資料庫圖表 (Visual Database Tools)
ALTER AUTHORIZATION (Transact-SQL)