ServerUserProfiles 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉支援其成員值的位元組合。
[System.Flags]
public enum ServerUserProfiles
[<System.Flags>]
type ServerUserProfiles =
Public Enum ServerUserProfiles
- 繼承
-
ServerUserProfiles
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| None | 0 | |
| SALogin | 1 | 登入是系統管理員角色的成員。 |
| CreateDatabase | 2 | 登入權限為建立資料庫。 |
| CreateXP | 4 | 登入可執行sp_addextendedproc與sp_dropextendedproc(載入與卸載擴充儲存程序)。 |
| All | 7 | 登入時擁有所有可指定的 SQL Server 維護權限。 |