ServerUserProfiles 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum ServerUserProfiles
[<System.Flags>]
type ServerUserProfiles = 
Public Enum ServerUserProfiles
継承
ServerUserProfiles
属性

フィールド

名前 説明
None 0
SALogin 1

ログインは sysadmin ロールのメンバーです。

CreateDatabase 2

ログインには CREATE DATABASE 権限があります。

CreateXP 4

ログインでは、sp_addextendedprocとsp_dropextendedproc (拡張ストアド プロシージャの読み込みとアンロード) を実行できます。

All 7

ログインには、指定可能なすべてのSQL Serverメンテナンスアクセス許可があります。

適用対象