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

メンバー

メンバー名 説明
BulkAdmin 一括操作を管理します。
DBCreator データベースを作成できます。
DiskAdmin リソースを変更できます。
None サーバー ロールがありません。
ProcessAdmin 接続を変更できます。
SecurityAdmin ログオンを変更できます。
ServerAdmin Microsoft SQL Server の設定変更、SQL Server サービスのシャットダウン、エンドポイントの作成と変更、SQL Server 状態の変更、およびリソースの変更が可能です。
SetupAdmin リンク サーバーを変更できます。
SysAdmin Microsoft SQL Server のインスタンスを全面的に制御できます。

説明

FixedServerRoles クラスは、ServerConnection クラスによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Common 名前空間

その他の技術情報

sp_helpsrvrole (Transact-SQL)