다음을 통해 공유


PrincipalType 열거형

The PrincipalType enumeration contains values that specify the type of user, role, or login.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum

구문

‘선언
Public Enumeration PrincipalType
‘사용 방법
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType

멤버

멤버 이름 설명
Login Value = 0. A SQL Server login.
ServerRole Value = 1. A fixed server role.
User Value = 2. A database user.
DatabaseRole Value = 3. A database role (fixed or user-defined).
ApplicationRole Value = 4. An application role.

주의

The PrincipalType enumeration class is served by the GranteeType and GrantorType properties.

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.