FixedServerRoles 列挙体
FixedServerRoles 列挙は、ログオンに割り当てることのできる固定サーバー ロールを指定するために使用する値を格納します。
この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
<FlagsAttribute> _
Public Enumeration FixedServerRoles
'使用
Dim instance As FixedServerRoles
[FlagsAttribute]
public enum FixedServerRoles
[FlagsAttribute]
public enum class FixedServerRoles
[<FlagsAttribute>]
type FixedServerRoles
public enum FixedServerRoles
メンバー
メンバー名 | 説明 | |
---|---|---|
None | サーバー ロールがありません。 | |
SysAdmin | Microsoft SQL Server のインスタンスを全面的に制御できます。 | |
ServerAdmin | Microsoft SQL Server の設定変更、SQL Server サービスのシャットダウン、エンドポイントの作成と変更、SQL Server 状態の変更、およびリソースの変更が可能です。 | |
SetupAdmin | リンク サーバーを変更できます。 | |
SecurityAdmin | ログオンを変更できます。 | |
ProcessAdmin | 接続を変更できます。 | |
DBCreator | データベースを作成できます。 | |
DiskAdmin | リソースを変更できます。 | |
BulkAdmin | 一括操作を管理します。 |