다음을 통해 공유


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 MicrosoftSQL Server 인스턴스를 완벽하게 제어할 수 있습니다.

주의

FixedServerRoles클래스에 의해 제공 되는 ServerConnection클래스

참고 항목

참조

Microsoft.SqlServer.Management.Common 네임스페이스

관련 자료

sp_helpsrvrole(Transact-SQL)